Recipe-app main
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user