Skip to content

Commit

Permalink
- add example env file
Browse files Browse the repository at this point in the history
  • Loading branch information
tRQ0 committed Dec 24, 2023
1 parent d50ac2f commit f5d6cf5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ __pycache__/
**/log/
**/credentials/
.vscode
venv/
venv/
env.json
7 changes: 7 additions & 0 deletions example-env.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"CLIENT_ID": "",
"DEVELOPER_TOKEN": "",
"ENVIRONMENT": "production",
"DEFAULT_SPREADSHEET_ID": "",
"DEFAULT_SPREADSHEET_RANGE": "Sheet name!A1:P"
}

0 comments on commit f5d6cf5

Please sign in to comment.