mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +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
|
||||
EPC_AUTH_TOKEN: str = "changeme"
|
||||
GOOGLE_SOLAR_API_KEY: str = "changeme"
|
||||
MAGICPLAN_CUSTOMER_ID: str = "changeme"
|
||||
MAGICPLAN_API_KEY: str = "changeme"
|
||||
|
||||
# Database settings
|
||||
DB_HOST: str = "changeme"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue