Recipe-app main

This commit is contained in:
2026-04-09 09:14:39 +02:00
commit 962f4e4be5
10015 changed files with 2445177 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
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