diff --git a/.python-version b/.python-version index 5020c06..e4fba21 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.12.8 \ No newline at end of file +3.12 diff --git a/server/conf/settings.py b/server/conf/settings.py index 8d376a0..63916bb 100644 --- a/server/conf/settings.py +++ b/server/conf/settings.py @@ -32,8 +32,19 @@ from evennia.settings_default import * ###################################################################### # This is the name of your game. Make it catchy! -SERVERNAME = "moss-n-puddles" +SERVERNAME = "Moss and Puddles" +SERVER_HOSTNAME = "www.howardabrams.com" + +# WEBSOCKET_CLIENT_URL = "ws://www.howardabrams.com/ws" +WEBSOCKET_CLIENT_URL = "https://www.howardabrams.com/ws" + +TIME_ZONE = "PST8PDT" + +TIME_FACTOR = 1.0 + +MEDIA_URL = "/moss/media/" +STATIC_URL = "/moss/static/" ###################################################################### # Settings given in secret_settings.py override those in this file. diff --git a/web/templates/website/index.html b/web/templates/website/index.html index 84fe84c..42f27ab 100644 --- a/web/templates/website/index.html +++ b/web/templates/website/index.html @@ -72,7 +72,7 @@ {% if webclient_enabled %}

- Enter a cozy world...