Skip to content

Commit

Permalink
fix(settings): dev url settings
Browse files Browse the repository at this point in the history
  • Loading branch information
alexaor committed Dec 4, 2022
1 parent 19db016 commit 450c145
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ksg_nett/settings_development.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
EMAIL_USE_TLS = True
EMAIL_PORT = 587

HOST_URL = "https://ksg-nett.samfundet.no"
HOST_URL = "https://ksg-nett-dev.samfundet.no"
MEDIA_ROOT = "media/"
MEDIA_URL = "https://ksg-nett.samfundet.no/media/"
MEDIA_URL = "https://ksg-nett-dev.samfundet.no/media/"
APP_URL = "app.ksg-nett.no"
BASE_URL = "https://ksg-nett.samfundet.no"
BASE_URL = "https://ksg-nett-dev.samfundet.no"

# Application definition
DATABASES = {
Expand Down

0 comments on commit 450c145

Please sign in to comment.