Skip to content

Commit

Permalink
Torna o param BASE_URL configurável
Browse files Browse the repository at this point in the history
  • Loading branch information
gitnnolabs committed Aug 1, 2022
1 parent e2a0f87 commit a56707f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,8 @@
STATICFILES_FINDERS += ["compressor.finders.CompressorFinder"]

# Your stuff...
WAGTAIL_SITE_NAME = "core"
BASE_URL = "https://core"
WAGTAIL_SITE_NAME = "OCABR"
BASE_URL = env.str("DJANGO_BASE_URL", default='https://ocabr')

LANGUAGES = [
('pt-BR', "Portuguese"),
Expand Down

0 comments on commit a56707f

Please sign in to comment.