We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e781d4a commit 8c8c1abCopy full SHA for 8c8c1ab
1 file changed
api/config/custom-environment-variables.cjs
@@ -6,5 +6,6 @@ module.exports = {
6
},
7
port: 'PORT',
8
serveUi: 'SERVE_UI',
9
- useSimpleDirectory: 'USE_SIMPLE_DIRECTORY'
+ useSimpleDirectory: 'USE_SIMPLE_DIRECTORY',
10
+ privateDirectoryUrl: 'PRIVATE_DIRECTORY_URL',
11
}
0 commit comments