Lade till backup av .env
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
NODE_ENV=production
|
||||
|
||||
NEXT_PUBLIC_APP_URL=https://recept.gynther.se
|
||||
NEXT_PUBLIC_API_URL=https://api.recept.gynther.se
|
||||
|
||||
MARIADB_ROOT_PASSWORD=Encrust6-Deserve-Stricken-Spectacle
|
||||
MARIADB_DATABASE=recipe_app
|
||||
MARIADB_USER=recipe_user
|
||||
MARIADB_PASSWORD=Imminent-Umpire-Undertook8-Crunchy
|
||||
|
||||
# Använder root för att prisma migrate deploy skall fungera
|
||||
DATABASE_URL=mysql://root:Encrust6-Deserve-Stricken-Spectacle@recipe-db:3306/recipe_app
|
||||
|
||||
MISTRAL_API_KEY=ciPqxezMHmzkLwdqMGBI1jjpngFfqpl1
|
||||
JWT_SECRET=UfRHKQ3ZTKF3TCJP7FRm+r9PRc0ANyFl52aPrQXGCE8=
|
||||
AUTH_SECRET=pISXR/rkXqBBDv1FRxF3ESP1PwUspSt05PkC5/hK/y4=
|
||||
Reference in New Issue
Block a user