Skip to content

Commit

Permalink
Env doesn't allow "." in the name
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaserlang committed Oct 29, 2024
1 parent 63f85e9 commit e1d063a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tbot/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ class ConfigModel(BaseSettings):
rtmp_keys: List[str] = []

class Config:
env_prefix = 'tbot_'
env_nested_delimiter = '.'
env_prefix = 'tbot__'
env_nested_delimiter = '__'
validate_assignment = True
case_sensitive = False

Expand Down

0 comments on commit e1d063a

Please sign in to comment.