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 b0b131f commit c7970fdCopy full SHA for c7970fd
src/backend/src/config.js
@@ -98,6 +98,10 @@ config.puter_hosted_data = {
98
// config.reserved_words = reserved_words;
99
config.reserved_words = [];
100
101
+{
102
+ config.reserved_words.push(...require('./config/reserved_words'));
103
+}
104
+
105
// set default S3 settings for this server, if any
106
if (config.server_id) {
107
// see if this server has a specific bucket
0 commit comments