mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-12 13:29:04 +00:00
add magicplan environment variables to config
This commit is contained in:
parent
5b92c31302
commit
61b91bdb5e
1 changed files with 2 additions and 0 deletions
|
|
@ -45,6 +45,8 @@ class Settings(BaseSettings):
|
||||||
# Third parties
|
# Third parties
|
||||||
EPC_AUTH_TOKEN: str = "changeme"
|
EPC_AUTH_TOKEN: str = "changeme"
|
||||||
GOOGLE_SOLAR_API_KEY: str = "changeme"
|
GOOGLE_SOLAR_API_KEY: str = "changeme"
|
||||||
|
MAGICPLAN_CUSTOMER_ID: str = "changeme"
|
||||||
|
MAGICPLAN_API_KEY: str = "changeme"
|
||||||
|
|
||||||
# Database settings
|
# Database settings
|
||||||
DB_HOST: str = "changeme"
|
DB_HOST: str = "changeme"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue