Skip to content

Commit

Permalink
environs 14+ want deserialised types as defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
tykling committed Feb 28, 2025
1 parent 5fc0331 commit 1f1c989
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions host_vars/django6.servers.bornhack.org.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
uwsgi_processes: 10
django_allowed_hostnames:
- "mediastaging.bornhack.org"
django_allowed_hostnames: '["mediastaging.bornhack.org"]'
django_postgres_user: "django6_servers_bornhack_org"
django_postgres_dbname: "django6_servers_bornhack_org_db"
django_cors_allowed_origins:
Expand Down
3 changes: 1 addition & 2 deletions host_vars/django7.servers.bornhack.org.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
uwsgi_processes: 10
django_allowed_hostnames:
- "media.bornhack.dk"
django_allowed_hostnames: '["media.bornhack.dk"]'
django_postgres_user: "django7_servers_bornhack_org"
django_postgres_dbname: "django7_servers_bornhack_org_db"
django_cors_allowed_origins: "https://www.bornhack.dk"

0 comments on commit 1f1c989

Please sign in to comment.