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:
sonny 2020-07-12 20:56:47 +02:00
parent 854d086340
commit 7d28dd854f

View file

@ -48,7 +48,7 @@ TEMPLATES = [
# Reddit integration
REDDIT_CLIENT_ID = os.environ["REDDIT_CLIENT_ID"]
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
AXES_HANDLER = "axes.handlers.database.AxesDatabaseHandler"