We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fb920f commit 43bc6d7Copy full SHA for 43bc6d7
src/server/_config.py
@@ -57,7 +57,8 @@
57
}
58
NATION_REGION = "nat"
59
60
-API_KEY_REQUIRED_STARTING_AT = date.fromisoformat(os.environ.get("API_REQUIRED_STARTING_AT", "2023-06-21"))
+# API_KEY_REQUIRED_STARTING_AT = date.fromisoformat(os.environ.get("API_REQUIRED_STARTING_AT", "2023-05-25"))
61
+API_KEY_REQUIRED_STARTING_AT = date.fromisoformat("2023-05-27")
62
TEMPORARY_API_KEY = os.environ.get("TEMPORARY_API_KEY", "TEMP-API-KEY-EXPIRES-2023-06-28")
63
# password needed for the admin application if not set the admin routes won't be available
64
ADMIN_PASSWORD = os.environ.get("API_KEY_ADMIN_PASSWORD", "abc")
0 commit comments