Skip to content

Commit

Permalink
fix: default env
Browse files Browse the repository at this point in the history
  • Loading branch information
rharkor committed Jul 28, 2023
1 parent bc69b64 commit bbb3c65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
DATABASE_URL="postgresql://postgres:postgres@localhost:5432/postgres?schema=public"
PASSWORD_HASHER_SECRET=secret
JWT_SECRET=secret
PASSWORD_HASHER_SECRET=QltDSmVBMDhHKENWcjFgN3J1Vmw=
JWT_SECRET=KGpBak58MkMsZ0JlS20zOzRbSGo=
NEXTAUTH_URL=http://localhost:3000
NEXTAUTH_SECRET=secret
NEXTAUTH_SECRET=PGJwbCE+WiJILGZ+K1ZqU24mIX5tVH0=
GITHUB_CLIENT_ID=secret
GITHUB_CLIENT_SECRET=secret
AUTH_ADMIN_EMAIL=secret
Expand Down

0 comments on commit bbb3c65

Please sign in to comment.