forked from LiveCarta/LiveCartaMeta
update env file
This commit is contained in:
@@ -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@"
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user