This commit is contained in:
osiris account 2023-03-12 19:10:43 -07:00
parent 44b49e740c
commit d9a600a7dc
9 changed files with 254 additions and 36 deletions

View file

@ -30,7 +30,7 @@ OUTPUT_DIR = ./output
## locally: mongodb://localhost:27017
## production: mongodb://user:password@host:port
MONGODB_URI = mongodb://localhost:27017
MONGODB_URL = mongodb://localhost:27017
MONGODB_DB_NAME = balances
MONGODB_COLLECTION_NAME = balances
@ -42,4 +42,4 @@ MONGODB_COLLECTION_NAME = balances
## locally: http://localhost:80
## production: http://host:port
API_HOST_URL = http://localhost
API_HOST_URL_PORT = 80
API_HOST_PORT = 80