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_NAME="@lcDbName@"
DB_HOST=@lcDbHost@ DB_HOST="@lcDbHost@"
API_URL=@lcApiUrl@ API_URL="@lcApiUrl@"
API_KEY=@lcApiKey@ API_KEY="@lcApiKey@"

View File

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