Skip to content

Commit

Permalink
Merge branch 'refs/heads/master' into feat/storage
Browse files Browse the repository at this point in the history
# Conflicts:
#	config/default.env
  • Loading branch information
hv0905 committed Apr 26, 2024
2 parents d46153a + a0f9616 commit 2f57bde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- 'master'
workflow_dispatch:

jobs:
perform-check:
Expand Down
3 changes: 2 additions & 1 deletion app/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ class Config(BaseSettings):

model_config = SettingsConfigDict(env_prefix="app_", env_nested_delimiter='__',
env_file=('config/default.env', 'config/local.env'),
env_file_encoding='utf-8')
env_file_encoding='utf-8',
secrets_dir='/run/secrets') # for docker secret


class Environment(BaseModel):
Expand Down

0 comments on commit 2f57bde

Please sign in to comment.