Squashed commit of the following:
commit 99fd94580f95dcbfb77b73e2de846f76a5709ef9
Author: Sonny <sonnyba871@gmail.com>
Date: Sat Feb 15 21:45:16 2020 +0100
Use postgres password
As of https://gitlab.com/gitlab-com/support-forum/issues/5199
This commit is contained in:
parent
854d086340
commit
7d28dd854f
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ TEMPLATES = [
|
||||||
# Reddit integration
|
# Reddit integration
|
||||||
REDDIT_CLIENT_ID = os.environ["REDDIT_CLIENT_ID"]
|
REDDIT_CLIENT_ID = os.environ["REDDIT_CLIENT_ID"]
|
||||||
REDDIT_CLIENT_SECRET = os.environ["REDDIT_CLIENT_SECRET"]
|
REDDIT_CLIENT_SECRET = os.environ["REDDIT_CLIENT_SECRET"]
|
||||||
REDDIT_REDIRECT_URL = "https://rss.fudiggity.nl/settings/reddit/callback/"
|
REDDIT_REDIRECT_URL = "https://rss.fudiggity.nl/accounts/settings/reddit/callback/"
|
||||||
|
|
||||||
# Third party settings
|
# Third party settings
|
||||||
AXES_HANDLER = "axes.handlers.database.AxesDatabaseHandler"
|
AXES_HANDLER = "axes.handlers.database.AxesDatabaseHandler"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue