Migrate to /cozy
This commit is contained in:
parent
1876919acd
commit
fe2eb3884a
2 changed files with 6 additions and 3 deletions
|
|
@ -43,8 +43,11 @@ TIME_ZONE = "PST8PDT"
|
||||||
|
|
||||||
TIME_FACTOR = 1.0
|
TIME_FACTOR = 1.0
|
||||||
|
|
||||||
MEDIA_URL = "/moss/media/"
|
MEDIA_URL = "/cozy/media/"
|
||||||
STATIC_URL = "/moss/static/"
|
STATIC_URL = "/cozy/static/"
|
||||||
|
|
||||||
|
SSH_ENABLED = True
|
||||||
|
# SSL_ENABLED = True
|
||||||
|
|
||||||
######################################################################
|
######################################################################
|
||||||
# Settings given in secret_settings.py override those in this file.
|
# Settings given in secret_settings.py override those in this file.
|
||||||
|
|
|
||||||
|
|
@ -66,7 +66,7 @@
|
||||||
{% if webclient_enabled %}
|
{% if webclient_enabled %}
|
||||||
|
|
||||||
<p class="buttons">
|
<p class="buttons">
|
||||||
<a href="/moss{% url 'webclient:index' %}"
|
<a href="/cozy{% url 'webclient:index' %}"
|
||||||
class="playbutton" id="play">Enter a cozy world...</a>
|
class="playbutton" id="play">Enter a cozy world...</a>
|
||||||
|
|
||||||
<a href="#" onclick="document.getElementById('scrolled-instructions').style.display='block'"
|
<a href="#" onclick="document.getElementById('scrolled-instructions').style.display='block'"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue