Removed now unused secrets

This commit is contained in:
Stefan Ceriu 2025-02-07 09:16:52 +02:00
parent 2515cdeb15
commit d374fb63e0

View File

@ -19,14 +19,3 @@
// MARK: - MapLibre
MAPLIBRE_API_KEY = your_key
// MARK: - OTLP Tracing
// URLs need special treatment to work properly in xcconfig files
// https://stackoverflow.com/a/36297483/730924
// i.e. make sure to use https:/$()/ in the scheme in the stored secret
OTLP_TRACING_URL = otlp_endpoint
OTLP_TRACING_USERNAME = otlp_username
OTLP_TRACING_PASSWORD = otlp_password