mirror of
https://github.com/bckelley/tconnectsync.git
synced 2026-08-24 03:34:12 -05:00
12 factor app: prep for reading environment variables
This change prepares the repo to ignore a .env file instead of the secret.py. It also eliminates the secret.py.example file, which shouldn't be needed.
This commit is contained in:
+1
-1
@@ -3,4 +3,4 @@ __pycache__
|
||||
*.pyo
|
||||
*.swp
|
||||
*.swa
|
||||
secret.py
|
||||
.env
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
TCONNECT_EMAIL = 'email@email.com'
|
||||
TCONNECT_PASSWORD = 'password'
|
||||
|
||||
PUMP_SERIAL_NUMBER = 11111111
|
||||
|
||||
NS_URL = 'https://yournightscouturl/'
|
||||
NS_SECRET = 'apisecret'
|
||||
|
||||
TIMEZONE_NAME = 'America/New_York'
|
||||
Reference in New Issue
Block a user