Skip to content

Commit

Permalink
also update openstreetmap_auth_url
Browse files Browse the repository at this point in the history
  • Loading branch information
Changaco authored Oct 21, 2023
1 parent 5644432 commit d0686d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/app-conf-defaults.sql
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ INSERT INTO app_conf (key, value) VALUES
('linuxfr_secret', '"8c518595790487015cd0c33be2d04939946f99aad33c86a6af20a99bc749fb3b"'::jsonb),
('log_emails', 'true'::jsonb),
('openstreetmap_api_url', '"https://api.openstreetmap.org/api/0.6"'::jsonb),
('openstreetmap_auth_url', '"http://www.openstreetmap.org"'::jsonb),
('openstreetmap_auth_url', '"https://www.openstreetmap.org"'::jsonb),
('openstreetmap_callback', '"http://127.0.0.1:8339/on/openstreetmap/associate"'::jsonb),
('openstreetmap_id', '"w4eQbkobmMzpkJFwS4tM16a3lq9AFbcoNCKNcGBE"'::jsonb),
('openstreetmap_secret', '"W08UgEhxQnh7nMzB7GfSFcqcwPnZMmKMNyxWdcw4"'::jsonb),
Expand Down

0 comments on commit d0686d6

Please sign in to comment.