Update server on howardabrams.com/moss
This commit is contained in:
parent
3d1ebfa3fc
commit
2976aad1ce
3 changed files with 14 additions and 3 deletions
|
|
@ -1 +1 @@
|
|||
3.12.8
|
||||
3.12
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@
|
|||
{% if webclient_enabled %}
|
||||
|
||||
<p class="buttons">
|
||||
<a href="{% url 'webclient:index' %}"
|
||||
<a href="/moss{% url 'webclient:index' %}"
|
||||
class="playbutton">Enter a cozy world...</a>
|
||||
|
||||
<a href="#" onclick="document.getElementById('scrolled-instructions').style.display='block'"
|
||||
|
|
|
|||
Loading…
Reference in a new issue