update env file

This commit is contained in:
Egor Svitin
2023-02-01 14:24:56 +03:00
parent 02ee18495b
commit b60811668d
2 changed files with 5 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
DB_NAME=@lcDbName@
DB_HOST=@lcDbHost@
DB_NAME="@lcDbName@"
DB_HOST="@lcDbHost@"
API_URL=@lcApiUrl@
API_KEY=@lcApiKey@
API_URL="@lcApiUrl@"
API_KEY="@lcApiKey@"

View File

@@ -24,8 +24,7 @@ Added two components for working with CSV and FTP.
• app
◦ components
◦ configs
application_credentials.json keys and url for connection to our main app
▪ db.json creds for service db
configs.py keys and url for connection to our main app and creds for service db
▪ main.json main config
▪ sources.json list of sources with components that they use
◦ models