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.
1 parent bb387f0 commit 1d10c52Copy full SHA for 1d10c52
Dockerfile
@@ -56,6 +56,8 @@ ENV NODE_ENV=development \
56
EDGEDB_SERVER_SECURITY=insecure_dev_mode \
57
# Don't start/host the db server, just bootstrap & quit.
58
EDGEDB_SERVER_BOOTSTRAP_ONLY=1 \
59
+ # Temporary until upstream stale default of "edgedb" is resolved
60
+ EDGEDB_SERVER_DATABASE=main \
61
# Don't flood log with cache debug messages
62
VERBOSE_YARN_LOG=discard
63
0 commit comments