We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b3a16f3 + ef93ee0 commit 56d317dCopy full SHA for 56d317d
README.md
@@ -50,7 +50,7 @@ A bit more about the different fields...
50
51
52
53
-[View 'dev' configurations here.](config/config.dev.yaml)
+[View 'nonprod' configurations here.](config/config.nonprod.yaml)
54
55
[View 'prod' configurations here.](config/config.prod.yaml)
56
config/config.dev.yaml renamed to config/config.nonprod.yaml
src/app/environment.py
@@ -19,7 +19,7 @@ class Settings(BaseSettings):
19
host: str = "0.0.0.0"
20
port: str = "80"
21
app_reload: bool = True
22
- env: str = "dev"
+ env: str = "nonprod"
23
24
# Jira
25
jira_base_url: str = "https://mozit-test.atlassian.net/"
0 commit comments