Skip to content

Commit 56d317d

Browse files
Merge pull request #41 from mozilla/env-update
From 'dev' to 'nonprod'
2 parents b3a16f3 + ef93ee0 commit 56d317d

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ A bit more about the different fields...
5050

5151

5252

53-
[View 'dev' configurations here.](config/config.dev.yaml)
53+
[View 'nonprod' configurations here.](config/config.nonprod.yaml)
5454

5555
[View 'prod' configurations here.](config/config.prod.yaml)
5656

File renamed without changes.

src/app/environment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Settings(BaseSettings):
1919
host: str = "0.0.0.0"
2020
port: str = "80"
2121
app_reload: bool = True
22-
env: str = "dev"
22+
env: str = "nonprod"
2323

2424
# Jira
2525
jira_base_url: str = "https://mozit-test.atlassian.net/"

0 commit comments

Comments
 (0)