feat: update environment variables
Update .env.example file with production context details. Includes changes like modifying the CONTEXT from 'dev' to 'prod', adding MYSQL_HOST variable, and replacing MONGO_COLLECTION with MONGO_DATABASE.
This commit is contained in:
parent
39b4bfc022
commit
9b9b635989
@ -1,14 +1,15 @@
|
||||
APP_PORT: 3000
|
||||
DEBUG: true
|
||||
CONTEXT: dev
|
||||
CONTEXT: prod
|
||||
|
||||
MYSQL_PORT: 3434
|
||||
MYSQL_HOST: 'localhost'
|
||||
MYSQL_USERNAME: 'apdbqixmwnsesdj'
|
||||
MYSQL_PASSWORD: 's6ts66q6987356v63668987t965z79q52fd'
|
||||
MYSQL_DATABASE: 'brief_06'
|
||||
MYSQL_ROOT_PASSWORD: '60680498848'
|
||||
|
||||
MONGO_PORT: 2727
|
||||
MONGO_COLLECTION: 'brief_06'
|
||||
MONGO_DATABASE: 'brief-06'
|
||||
MONGO_USERNAME: 'szhaoqbeofgsnfo'
|
||||
MONGO_PASSWORD: 's47655982586r669e6ee5f58r8f45f35fe6'
|
Loading…
x
Reference in New Issue
Block a user