From 07044680d4e4e945c9dc5a057369ed775e4cebd2 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Thu, 17 Aug 2023 16:20:27 +0200 Subject: [PATCH] change secrets for bunny sync --- .env.development.example | 6 ++++++ .env.secrets.example | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 .env.secrets.example diff --git a/.env.development.example b/.env.development.example index e73b8c1dd..43d3a10fd 100644 --- a/.env.development.example +++ b/.env.development.example @@ -14,3 +14,9 @@ APP_URL=http://localhost APP_PORT=8000 DUSK_DRIVER_URL=http://selenium:4444 + +## For Andras only +# To purge cache +BUNNY_API_KEY= +# To upload assets +BUNNY_STORAGE_API_KEY= diff --git a/.env.secrets.example b/.env.secrets.example deleted file mode 100644 index a114f6982..000000000 --- a/.env.secrets.example +++ /dev/null @@ -1,6 +0,0 @@ -# Secrets related to pushing to GH, Sync files to BunnyCDN etc. Only for maintainers. -# Not related to Coolify, but to how we publish new versions. - -GITHUB_TOKEN= -BUNNY_API_KEY= -BUNNY_STORAGE_API_KEY=