mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-06 09:30:49 +00:00
fix: include base reserved words by default
This commit is contained in:
@@ -98,6 +98,10 @@ config.puter_hosted_data = {
|
||||
// config.reserved_words = reserved_words;
|
||||
config.reserved_words = [];
|
||||
|
||||
{
|
||||
config.reserved_words.push(...require('./config/reserved_words'));
|
||||
}
|
||||
|
||||
// set default S3 settings for this server, if any
|
||||
if (config.server_id) {
|
||||
// see if this server has a specific bucket
|
||||
|
||||
Reference in New Issue
Block a user