File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
templates/tasking-manager-api Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 44
44
TM_REDIRECT_URI : {{ quote .Values.tmApi.env.TM_REDIRECT_URI | default "" }}
45
45
TM_SCOPE : {{ quote .Values.tmApi.env.TM_SCOPE | default "" }}
46
46
TM_APP_API_VERSION : {{ quote .Values.tmApi.env.TM_APP_API_VERSION | default "v2" }}
47
- SOCIAL_AUTH_OPENSTREETMAP_OAUTH2_KEY : {{ quote .Values.tmApi.env.SOCIAL_AUTH_OPENSTREETMAP_OAUTH2_KEY }}
48
- SOCIAL_AUTH_OPENSTREETMAP_OAUTH2_SECRET : {{ quote .Values.tmApi.env.SOCIAL_AUTH_OPENSTREETMAP_OAUTH2_SECRET }}
49
-
47
+ OAUTH2_OSM_KEY : {{ quote .Values.tmApi.env.OAUTH2_OSM_KEY }}
48
+ OAUTH2_OSM_SECRET : {{ quote .Values.tmApi.env.OAUTH2_OSM_SECRET }}
50
49
{{- end }}
Original file line number Diff line number Diff line change @@ -871,6 +871,8 @@ osmchaApi:
871
871
REACT_APP_OVERPASS_BASE : //overpass-api.osmseed.org/api/interpreter
872
872
REACT_APP_DISABLE_REAL_CHANGESETS : 1
873
873
REACT_APP_MAPBOX_ACCESS_TOKEN : " pk.abc.df"
874
+ OAUTH2_OSM_KEY : abc
875
+ OAUTH2_OSM_SECRET : xyz
874
876
resources :
875
877
enabled : false
876
878
requests :
You can’t perform that action at this time.
0 commit comments