mirror of
https://github.com/FoggedLens/deflock-app.git
synced 2026-02-12 16:52:51 +00:00
7 lines
369 B
Dart
7 lines
369 B
Dart
// OpenStreetMap OAuth client IDs for this app.
|
|
//
|
|
// NEVER commit real secrets to public repos. For open source, use keys.dart.example instead.
|
|
|
|
const String kOsmProdClientId = 'Js6Fn3NR3HEGaD0ZIiHBQlV9LrVcHmsOsDmApHtSyuY'; // example - replace with real
|
|
const String kOsmSandboxClientId = 'x26twxRKTZwf1a4Ha1a-wkXncBzqnJv8JwtacJope9Q'; // example - replace with real
|