feat: add .env.example file
A new file, .env.example, has been added. It contains configuration for both MySQL and MongoDB, including username, password, and database information.
This commit is contained in:
parent
407bc14082
commit
f7b719dbba
8
.env.exemple
Normal file
8
.env.exemple
Normal file
@ -0,0 +1,8 @@
|
||||
MYSQL_USERNAME: 'apdbqixmwnsesdj'
|
||||
MYSQL_PASSWORD: 's6ts66q6987356v63668987t965z79q52fd'
|
||||
MYSQL_DATABASE: 'brief_06'
|
||||
MYSQL_ROOT_PASSWORD: '60680498848'
|
||||
|
||||
MONGO_COLLECTION: 'brief_06'
|
||||
MONGO_USERNAME: 'szhaoqbeofgsnfo'
|
||||
MONGO_PASSWORD: 's47655982586r669e6ee5f58r8f45f35fe6'
|
Loading…
x
Reference in New Issue
Block a user