Skip to content

Commit 43bc6d7

Browse files
committed
Set to phase2
1 parent 4fb920f commit 43bc6d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/server/_config.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@
5757
}
5858
NATION_REGION = "nat"
5959

60-
API_KEY_REQUIRED_STARTING_AT = date.fromisoformat(os.environ.get("API_REQUIRED_STARTING_AT", "2023-06-21"))
60+
# 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")
6162
TEMPORARY_API_KEY = os.environ.get("TEMPORARY_API_KEY", "TEMP-API-KEY-EXPIRES-2023-06-28")
6263
# password needed for the admin application if not set the admin routes won't be available
6364
ADMIN_PASSWORD = os.environ.get("API_KEY_ADMIN_PASSWORD", "abc")

0 commit comments

Comments
 (0)