fantasy-manager/development/.env.sample
Lukas Schaefer 010d3f2066
All checks were successful
Build / build (push) Successful in 1m5s
Cypress / cypress (push) Successful in 2m19s
Pass hash also in docker publish
Signed-off-by: Lukas Schaefer <lukas@lschaefer.xyz>
2026-07-30 20:46:42 -04:00

8 lines
No EOL
388 B
Shell

# .env
# To see a list of the enviromental variables and what should get changed look at the env.md file located at https://git.lschaefer.xyz/lukasdotcom/fantasy-manager/raw/branch/main/ENV.md
NEXTAUTH_SECRET="hkf9eUXAZKjw99/hZ4Rrw7aNe47qxB+QuojMwmxbFqA="
NEXTAUTH_URL_INTERNAL=http://127.0.0.1:3000
NEXTAUTH_URL=http://localhost:3000
SQLITE=db.db
NODE_ENV=development
APP_ENV=development