This commit is contained in:
2021-08-15 00:33:57 +02:00
parent 1c9219254d
commit df60d75317
78 changed files with 2283 additions and 857 deletions

View File

@ -0,0 +1,2 @@
APP_PORT = 8080
DB_URI = 'mongodb://username:password@localhost:27017/database?authSource=admin'