Skip to content

Commit 616f28d

Browse files
committed
tweak: change default static hosting domain
1 parent 56e527d commit 616f28d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/backend/src/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ config.monitor = {
5151

5252
config.max_subdomains_per_user = 2000;
5353
config.storage_capacity = 1*1024*1024*1024;
54-
config.static_hosting_domain = '-static.puter.local';
54+
config.static_hosting_domain = 'site.puter.localhost';
5555

5656
// Storage limiting is set to false by default
5757
// Storage available on the mountpoint/drive puter is running is the storage available

0 commit comments

Comments
 (0)