Files
recipe-app/.env
T
2026-04-09 09:14:39 +02:00

20 lines
532 B
Bash

NODE_ENV=production
NEXT_PUBLIC_APP_URL=https://recept.gynther.se
NEXT_PUBLIC_API_URL=https://api.recept.gynther.se
API_PORT=8080
FRONTEND_PORT=3000
MARIADB_ROOT_PASSWORD=byt_det_har_till_ett_starkt_losenord
MARIADB_DATABASE=recipe_app
MARIADB_USER=recipe_user
MARIADB_PASSWORD=byt_det_har_till_ett_annat_starkt_losenord
DATABASE_URL=mysql://recipe_user:byt_det_har_till_ett_annat_starkt_losenord@recipe-db:3306/recipe_app
JWT_SECRET=byt_till_en_lang_slumpad_hemlighet
OPENAI_API_KEY=tomt_tills_vidare
UPLOAD_DIR=/app/uploads