Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit 780a330

Browse files
committed
Change: make production the default config
1 parent fa51e8c commit 780a330

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/.env.prototype

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
RUNESTONE_HOST=localhost
88

99
# Select a configuration for the instructor-facing server (the Runestone server) and the student-facing server (BookServer). Valid values are ``test``, ``development``, and ``production``.
10-
SERVER_CONFIG=development
10+
SERVER_CONFIG=production
11+
1112

1213
# For production, change the credentials for the DB to something more secure.
1314
# This should be done prior to first running ``docker/docker_tools.py up``.

0 commit comments

Comments
 (0)