-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e829ed1
commit 9d0a4e3
Showing
1 changed file
with
9 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,22 +5,21 @@ HOST=host | |
PORT=26257 | ||
DATABASE=dbname | ||
|
||
# variables to connect to google storage | ||
SPREADSHEET_ID=id | ||
SHEET_CELLS=!F35:G48 | ||
SCOPES=https://www.googleapis.com/auth/spreadsheets.readonly | ||
SOURCE_FILENAME=filename | ||
SERVICE_EMAIL=gcp_service_acc_email | ||
PRIVATE_GSHEETS_URL=gsheets_url | ||
SERVICE_ACCOUNT_FILE=creds.json | ||
SOURCE_FILENAME=name.xlsx | ||
SERVICE_EMAIL=[email protected] | ||
PRIVATE_GSHEETS_URL=url | ||
SERVICE_ACCOUNT_FILE=credentials.json | ||
|
||
PROJECT_ID=gcp_project_id | ||
PRIVATE_KEY_ID=pvt_key_id | ||
PRIVATE_KEY_ID=key_id | ||
PRIVATE_KEY=key | ||
CLIENT_EMAIL=gcp_service_acc_email | ||
CLIENT_EMAIL=service_acc_email | ||
CLIENT_ID=gcp_client_id | ||
CLIENT_X509_CERT_URL=https://www.googleapis.com/robot/v1/metadata/x509/<CLIENT_EMAIL> | ||
|
||
# variables needed to import data to database | ||
LOAD_TYPE=incremental | ||
# END_year value to be one greater than the current year or the required year | ||
END_YEAR=2024 | ||
DBNAME=finance.db | ||
DBNAME=finance.db |