1
0
Fork 0
forked from sr2/cloud-api

feat: lettermint integration

This commit is contained in:
Chris Milne 2026-06-22 12:01:58 +01:00
parent 58e7ae6c5c
commit 11eeddb347
5 changed files with 39 additions and 3 deletions

View file

@ -36,6 +36,8 @@ class Config(CustomBaseSettings):
DATABASE_HOSTNAME: str = "localhost"
DATABASE_CREDENTIALS: SecretStr = SecretStr(":")
LETTERMINT_API_TOKEN: SecretStr = SecretStr("")
settings = Config()