From b60811668d3fbf808eb406a0827b0dee86d3d9f1 Mon Sep 17 00:00:00 2001 From: Egor Svitin Date: Wed, 1 Feb 2023 14:24:56 +0300 Subject: [PATCH] update env file --- .env.sample | 8 ++++---- README.md | 3 +-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.env.sample b/.env.sample index ecf5645..986cec6 100644 --- a/.env.sample +++ b/.env.sample @@ -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@" diff --git a/README.md b/README.md index 8ccdd54..2aaaf48 100644 --- a/README.md +++ b/README.md @@ -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