Skip to content

Commit

Permalink
Changed blaeng site title to ipowahsin
Browse files Browse the repository at this point in the history
  • Loading branch information
fbanados committed Jun 3, 2024
1 parent 23e12ef commit cf733a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/blaeng/site/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
from morphodict.site.settings import *

# Where this application should be deployed:
PRODUCTION_HOST = "blaeng.altlab.dev"
PRODUCTION_HOST = "ipowahsin.altlab.dev"

ALLOWED_HOSTS.append(PRODUCTION_HOST)

DEFAULT_RUNSERVER_PORT = 8011

INSTALLED_APPS.insert(0, "blaeng.app")
INSTALLED_APPS.insert(0, "ipowahsin.app")

# Morphodict configuration

Expand Down

0 comments on commit cf733a5

Please sign in to comment.