File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,10 @@ CKAN___BEAKER__SESSION__URL=redis://redis:6379/8
102
102
CKAN___BEAKER__SESSION__COOKIE_EXPIRES = true
103
103
CKAN___BEAKER__SESSION__COOKIE_DOMAIN = 0.0.0.0
104
104
CKAN___BEAKER__SESSION__SECRET = ${ CKAN_BEAKER_SESSION_SECRET }
105
+
106
+ CKAN___API_TOKEN__JWT__ENCODE__SECRET = ${ CKAN_BEAKER_SESSION_SECRET }
107
+ CKAN___API_TOKEN__JWT__DECODE__SECRET = ${ CKAN_BEAKER_SESSION_SECRET }
108
+
105
109
CKANEXT__SECURITY__DOMAIN = 0.0.0.0
106
110
CKANEXT__SECURITY__REDIS__HOST = redis
107
111
CKANEXT__SECURITY__REDIS__PORT = 6379
@@ -111,3 +115,6 @@ CKANEXT__SECURITY__LOGIN_MAX_COUNT=10
111
115
CKANEXT__SECURITY__BRUTE_FORCE_KEY = user_name
112
116
CKANEXT__SECURITY__DISABLE_PASSWORD_RESET_OVERRIDE = true
113
117
CKANEXT__SECURITY__MFA_HELP_LINK = http://0.0.0.0:5000/pages/mfa
118
+
119
+
120
+ CKAN__DATAPUSHER__API_TOKEN = ${ CKAN_DATAPUSHER_API_TOKEN }
You can’t perform that action at this time.
0 commit comments