9 lines
235 B
Text
9 lines
235 B
Text
|
MONGO_DB_URI='mongodb://user:password@localhost:27017/registration?authSource=registration'
|
||
|
MONGO_DB_NAME='registration'
|
||
|
MONGO_DB_USER='useradmin'
|
||
|
MONGO_DB_PASSWORD='userpassword'
|
||
|
MONGO_DB_HOST='localhost'
|
||
|
|
||
|
JWT_KEY='registration-key'
|
||
|
|