Fix ENV variable with default value

This commit is contained in:
Dave the Dev 2026-04-18 15:06:25 +00:00
parent 7fdfdacf50
commit 6304c69577

View File

@ -2,7 +2,7 @@ spring.application.name=CFTunnels
cloudflare.accountId=${CLOUDFLARE_ACCOUNT_ID}
cloudflare.apiKey=${CLOUDFLARE_API_KEY}
cloudflare.email=${CLOUDFLARE_EMAIL}
spring.profiles.active=${ENV}
spring.profiles.active=${ENV:default}
/ * * Masking sure app works behind a reverse proxy
server.forward-headers-strategy=framework