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=