Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
monitoring
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cylab
monitoring
Commits
4af54739
Commit
4af54739
authored
5 years ago
by
Tibo
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of gitlab.cylab.be:cylab/monitoring
parents
5a3ff53d
0ccf45c5
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
deploy.yml
+1
-1
1 addition, 1 deletion
deploy.yml
web/env.prod
+0
-35
0 additions, 35 deletions
web/env.prod
with
1 addition
and
36 deletions
deploy.yml
+
1
−
1
View file @
4af54739
...
...
@@ -7,5 +7,5 @@
-
plugin
:
App\Plugins\Exec
params
:
-
cd web && composer install
-
cd web && cp env.prod .env
-
cd web && cp
../../../
env.prod .env
-
cd web && php artisan migrate --force
This diff is collapsed.
Click to expand it.
web/env.prod
deleted
100644 → 0
+
0
−
35
View file @
5a3ff53d
APP_NAME=Monitor
APP_ENV=local
APP_KEY=base64:p2oYGittQdNtGASsDNp3LGx9YdrwIId4jKncdcEtUdo=
APP_DEBUG=true
APP_LOG_LEVEL=debug
APP_URL=https://monitor.web-d.be
DB_CONNECTION=sqlite
BROADCAST_DRIVER=log
CACHE_DRIVER=file
SESSION_DRIVER=file
SESSION_LIFETIME=120
QUEUE_DRIVER=sync
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379
MAIL_DRIVER=smtp
MAIL_HOST=in-v3.mailjet.com
MAIL_PORT=587
MAIL_USERNAME=ea5ce497a3cf0246d991467b4f055dde
MAIL_PASSWORD=8467f0191e803bf339d9799bf50d987a
MAIL_ENCRYPTION=TLS
MAIL_FROM_ADDRESS=monitor@web-d.be
MAIL_FROM_NAME=Monitor
PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
MONGO_URI=
MONGO_URI_OPTIONS=
MONGO_DRIVER_OPTIONS=
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment