We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dev_environment
1 parent 9a9cb10 commit 9047214Copy full SHA for 9047214
examples/dev_environment/grader_service_config.py
@@ -15,6 +15,9 @@
15
16
print("### loading service config")
17
18
+# The database used in this setup is SQLite
19
+os.environ["DATABASE_TYPE"] = "sqlite"
20
+
21
c.GraderService.service_host = "127.0.0.1"
22
# existing directory to use as the base directory for the grader service
23
service_dir = os.path.join(os.getcwd(), "service_dir")
examples/dev_environment/grader_service_config_test.py
logger.info("### loading service config")
0 commit comments