Skip to content

Commit 8c8c1ab

Browse files
committed
chore: work on simple-directory integration
1 parent e781d4a commit 8c8c1ab

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

api/config/custom-environment-variables.cjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ module.exports = {
66
},
77
port: 'PORT',
88
serveUi: 'SERVE_UI',
9-
useSimpleDirectory: 'USE_SIMPLE_DIRECTORY'
9+
useSimpleDirectory: 'USE_SIMPLE_DIRECTORY',
10+
privateDirectoryUrl: 'PRIVATE_DIRECTORY_URL',
1011
}

0 commit comments

Comments
 (0)