hotosm / galaxy-api

Backend to fetch data from Underpass
https://galaxy-api.hotosm.org/latest/redoc
GNU Affero General Public License v3.0
14 stars 5 forks source link

Change Redirect URI to Dump Section #214

Closed kshitijrajsharma closed 2 years ago

kshitijrajsharma commented 2 years ago

Currently Inside Oauth Section

[OAUTH]
client_id=
client_secret=
redirect_uri=http://127.0.0.1:8000/callback
url=https://www.openstreetmap.org
scope=read_prefs
login_redirect_uri=http://127.0.0.1:8000/auth/callback
secret_key=jnfdsjkfndsjkfnsdkjfnskfn

redirect_uri=http://127.0.0.1:8000/callback --- This config block is used for database dump callback and hence it's appropriate place will be inside [DUMP] . @eternaltyro Noticed this while doing terraform setup