Skip to content

Commit ef93ee0

Browse files
author
Bryan Sieber
committed
From 'dev' to 'nonprod'
1 parent b3a16f3 commit ef93ee0

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)