.env
This commit is contained in:
3
apps/hub/.env.example
Normal file
3
apps/hub/.env.example
Normal file
@@ -0,0 +1,3 @@
|
||||
NEXTAUTH_URL=http://localhost:3002
|
||||
NEXTAUTH_SECRET=dsadsadsa
|
||||
DATABASE_URL=postgresql://persistant-data:persistant-data-pw@localhost:5432/var
|
||||
1
apps/hub/.gitignore
vendored
1
apps/hub/.gitignore
vendored
@@ -31,7 +31,6 @@ yarn-error.log*
|
||||
.pnpm-debug.log*
|
||||
|
||||
# env files (can opt-in for committing if needed)
|
||||
.env*
|
||||
|
||||
# vercel
|
||||
.vercel
|
||||
|
||||
Reference in New Issue
Block a user