mirror of
https://github.com/FoggedLens/deflock-app.git
synced 2026-02-13 01:03:03 +00:00
8 lines
370 B
Dart
8 lines
370 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 = 'U8p_n6IjZfQiL1KtdiwbB0-o9nto6CAKz7LC2GifJzk'; // example - replace with real
|
|
const String kOsmSandboxClientId = 'SBHWpWTKf31EdSiTApnah3Fj2rLnk2pEwBORlX0NyZI'; // example - replace with real
|
|
|