forked from sr2/cloud-api
feat: lettermint integration
This commit is contained in:
parent
58e7ae6c5c
commit
11eeddb347
5 changed files with 39 additions and 3 deletions
|
|
@ -36,6 +36,8 @@ class Config(CustomBaseSettings):
|
|||
DATABASE_HOSTNAME: str = "localhost"
|
||||
DATABASE_CREDENTIALS: SecretStr = SecretStr(":")
|
||||
|
||||
LETTERMINT_API_TOKEN: SecretStr = SecretStr("")
|
||||
|
||||
|
||||
settings = Config()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue