Skip to content

Commit

Permalink
Update .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
ntotten authored Nov 3, 2016
1 parent 6e68101 commit fb8c2c2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions examples/hapi-regular-webapp/.env.example
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# example.auth0.com
AUTH0_DOMAIN=
AUTH0_DOMAIN={DOMAIN}

# see https://manage.auth0.com/#/applications
AUTH0_CLIENT_ID=
AUTH0_CLIENT_SECRET=
AUTH0_CLIENT_ID={CLIENT_ID}
AUTH0_CLIENT_SECRET={CLIENT_SECRET}

# at least 32 characters
SESSION_COOKIE_PASSWORD=
SESSION_COOKIE_PASSWORD={RANDOM_STRING_64}
# cookie expiration time in seconds
SESSION_COOKIE_TTL=
SESSION_COOKIE_TTL=86400

# set to `development` if you don't have SSL set up (SSL must be used in production)
NODE_ENV=
NODE_ENV=development

PORT=3000

0 comments on commit fb8c2c2

Please sign in to comment.