This commit is contained in:
PxlLoewe
2025-01-27 22:23:44 +01:00
parent 454c9f9c19
commit f6066b8408
2 changed files with 3 additions and 1 deletions

3
apps/hub/.env.example Normal file
View 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
View File

@@ -31,7 +31,6 @@ yarn-error.log*
.pnpm-debug.log*
# env files (can opt-in for committing if needed)
.env*
# vercel
.vercel