Skip to content

Commit 3602abb

Browse files
author
sixie
committed
added base .env
1 parent 335087f commit 3602abb

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

Diff for: .env

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
APP_NAME="FREEEEEEE BIIIIIIIRD"
2+
DATABASE_URL="postgresql://postgres:123@db:5432/mydb?schema=public"
3+
JWT_SECRET="EEEEEEEEEEEEEEE"
4+
FT_CALLBACK2="http://localhost:3000/twoFactorAuth" #unchanged
5+
FT_CALLBACK="http://localhost:3001/auth/signin" #unchanged
6+
CLOUDINARY_NAME=""
7+
CLOUDINARY_KEY=""
8+
CLOUDINARY_SECRET=""
9+
FT_UID=""
10+
FT_SECRET=""
11+
POSTGRES_USER=postgres
12+
PGUSER=postgres
13+
POSTGRES_PASSWORD=123
14+
POSTGRES_DB="mydb"
15+
PG_HOST="db"
16+
HOSTNAME="localhost"

Diff for: .gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ lerna-debug.log*
3434
!.vscode/launch.json
3535
!.vscode/extensions.json
3636
makefile
37-
.env
37+
#.env
3838
./frontend/*
3939
./frontend

0 commit comments

Comments
 (0)