Skip to content

Commit

Permalink
feat: add boilerplate .env for dev env setup (#109)
Browse files Browse the repository at this point in the history
* feat: add boilerplate .env for dev env setup

* correct var name and add port

* use NEXTAUTH_URL_INTERNAL for dev

* use random string for secret

---------

Co-authored-by: Katie McLaughlin <katie@glasnt.com>
  • Loading branch information
rogerthatdev and glasnt authored Nov 17, 2023
1 parent ea21d3e commit e00f90f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .env.local.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FIRESTORE_EMULATOR_HOST="localhost:9999"
NEXTAUTH_URL_INTERNAL="http://localhost:3000"
NEXTAUTH_SECRET=`openssl rand -hex 32`

0 comments on commit e00f90f

Please sign in to comment.