We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56e527d commit 616f28dCopy full SHA for 616f28d
packages/backend/src/config.js
@@ -51,7 +51,7 @@ config.monitor = {
51
52
config.max_subdomains_per_user = 2000;
53
config.storage_capacity = 1*1024*1024*1024;
54
-config.static_hosting_domain = '-static.puter.local';
+config.static_hosting_domain = 'site.puter.localhost';
55
56
// Storage limiting is set to false by default
57
// Storage available on the mountpoint/drive puter is running is the storage available
0 commit comments