chore: add .env for server bottstrap
This commit is contained in:
@@ -6,12 +6,13 @@ NEXT_PUBLIC_API_URL=https://api.recept.gynther.se
|
|||||||
API_PORT=8080
|
API_PORT=8080
|
||||||
FRONTEND_PORT=3000
|
FRONTEND_PORT=3000
|
||||||
|
|
||||||
MARIADB_ROOT_PASSWORD=byt_det_har_till_ett_starkt_losenord
|
MARIADB_ROOT_PASSWORD=Encrust6-Deserve-Stricken-Spectacle
|
||||||
MARIADB_DATABASE=recipe_app
|
MARIADB_DATABASE=recipe_app
|
||||||
MARIADB_USER=recipe_user
|
MARIADB_USER=recipe_user
|
||||||
MARIADB_PASSWORD=byt_det_har_till_ett_annat_starkt_losenord
|
MARIADB_PASSWORD=Imminent-Umpire-Undertook8-Crunchy
|
||||||
|
|
||||||
DATABASE_URL=mysql://recipe_user:byt_det_har_till_ett_annat_starkt_losenord@recipe-db:3306/recipe_app
|
# Använder root för att prisma migrate deploy skall fungera
|
||||||
|
DATABASE_URL=mysql://root:Encrust6-Deserve-Stricken-Spectacle@recipe-db:3306/recipe_app
|
||||||
|
|
||||||
JWT_SECRET=byt_till_en_lang_slumpad_hemlighet
|
JWT_SECRET=byt_till_en_lang_slumpad_hemlighet
|
||||||
OPENAI_API_KEY=tomt_tills_vidare
|
OPENAI_API_KEY=tomt_tills_vidare
|
||||||
|
|||||||
@@ -3,3 +3,4 @@ node_modules/
|
|||||||
**/node_modules/
|
**/node_modules/
|
||||||
*.lock
|
*.lock
|
||||||
package-lock.json
|
package-lock.json
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user