fix api url

This commit is contained in:
osiris account 2023-03-12 12:57:18 -07:00
parent 8b46c0c6b2
commit 468b86b2c9
8 changed files with 110 additions and 46 deletions

View file

@ -32,3 +32,8 @@ MONGODB_DB_NAME = balances
MONGODB_COLLECTION_NAME = balances
#########################
##### api settings
#########################
API_HOST_URL = http://localhost
API_HOST_URL_PORT = 80