-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make SSL an env setting instead of profile_urls, built on top of sche…
…me + host
- Loading branch information
Showing
3 changed files
with
7 additions
and
15 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 |
---|---|---|
|
@@ -3,18 +3,10 @@ | |
RESIN_DEBUG=True # change that ! | ||
RESIN_SECRET=secret # change that ! | ||
RESIN_HOST=example.com # change that ! | ||
RESIN_SSL=True # change that ! | ||
RESIN_DOCKER_CONTAINER=django # change that, maybe? | ||
RESIN_EMAIL_FROM=[email protected] # change that ! | ||
|
||
RESIN_EDIT_PROFILE_URL=http://example.com/edit-profile # change that ! -> URL to edit profile | ||
# users will be redirected to http://example.com/edit-profile?uid=uid&token=token | ||
# when they click on the link in the modification request email | ||
# this page should contain the resin-formulaire component | ||
|
||
RESIN_PROFILE_URL=http://example.com/member # change that ! -> base URL for profiles | ||
# users will be sent to http://example.com/member/[slug] | ||
# when they click on the link in the registration confirmation email | ||
|
||
## Examples are default value if omitted ## | ||
|
||
# RESIN_EMAIL_HOST=localhost | ||
|
@@ -27,4 +19,4 @@ RESIN_PROFILE_URL=http://example.com/member # change that ! -> base URL for prof | |
## Settings specific to SSL/TLS on SMTP | ||
|
||
# RESIN_EMAIL_SSL_CERTFILE = "path/to/file" # needed in case of self-signed certificate | ||
# RESIN_EMAIL_SSL_KEYFILE = "path/to/file" # needed in case of self-signed certificate | ||
# RESIN_EMAIL_SSL_KEYFILE = "path/to/file" # needed in case of self-signed certificate |
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