fantasy-manager/docker/.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

10 lines
No EOL
367 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/src/branch/main/env.md
# Change this to the url of your server
NEXTAUTH_URL=http://localhost:3000
# run openssl rand -base64 32 and plug the result into this
NEXTAUTH_SECRET=
SQLITE=db.db
ADMIN=1