-
-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[change] Replaced DJANGO_FREERADIUS_ALLOWED_HOSTS #287
With OPENWISP_RADIUS_FREERADIUS_ALLOWED_HOSTS. Closes #287
- Loading branch information
1 parent
8caab55
commit 09dc3f2
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ data: | |
POSTFIX_RELAYHOST: "[smtp.gmail.com]:587" | ||
POSTFIX_ALLOWED_SENDER_DOMAINS: "openwisp.org gmail.com" | ||
POSTFIX_MYNETWORKS: "10.0.0.0/8" | ||
DJANGO_FREERADIUS_ALLOWED_HOSTS: "10.0.0.0/8" | ||
OPENWISP_RADIUS_FREERADIUS_ALLOWED_HOSTS: "10.0.0.0/8" | ||
POSTFIX_RELAYHOST_USERNAME: "[email protected]" | ||
POSTFIX_RELAYHOST_PASSWORD: "example" | ||
DB_NAME: openwisp_db | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -128,7 +128,7 @@ ENV DASHBOARD_APP_SERVICE=dashboard \ | |
[email protected] \ | ||
DJANGO_LOG_LEVEL=ERROR \ | ||
DJANGO_LANGUAGE_CODE=en-gb \ | ||
DJANGO_FREERADIUS_ALLOWED_HOSTS=172.18.0.0/16 \ | ||
OPENWISP_RADIUS_FREERADIUS_ALLOWED_HOSTS=172.18.0.0/16 \ | ||
DJANGO_X509_DEFAULT_CERT_VALIDITY=1825 \ | ||
DJANGO_X509_DEFAULT_CA_VALIDITY=3650 \ | ||
DJANGO_SECRET_KEY=DEFAULT_BAD_KEY \ | ||
|