From 9081196e34ae14bcae83aef530d0139ddd26c0f1 Mon Sep 17 00:00:00 2001 From: 0x1026 <69076992+0x1026@users.noreply.github.com> Date: Tue, 17 Dec 2024 02:45:59 +0100 Subject: [PATCH] refactor: update Mapbox token environment variable for consistency --- .env.example | 6 +++--- app/src/app/Views/Admin/Inventory.php | 2 +- compose.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.env.example b/.env.example index 7738585..dcd552c 100644 --- a/.env.example +++ b/.env.example @@ -11,9 +11,9 @@ DB_ROOT_PASS="J0¿H.MXA;'J6!XE" DB_HOST=database DB_PORT=3306 +#* API Tokens +MAPBOX_TOKEN=pk. + #* Sentry SENTRY_DSN_API=https://{PUBLIC_KEY}@{HOST}.ingest.de.sentry.io/{PROJECT_ID} SENTRY_DSN_APP=https://{PUBLIC_KEY}@{HOST}.ingest.de.sentry.io/{PROJECT_ID} - -# MapBox -MAPBOX=pk. \ No newline at end of file diff --git a/app/src/app/Views/Admin/Inventory.php b/app/src/app/Views/Admin/Inventory.php index 97c0747..c6e4bc4 100644 --- a/app/src/app/Views/Admin/Inventory.php +++ b/app/src/app/Views/Admin/Inventory.php @@ -1,6 +1,6 @@