Sha256: a964990636e9a865d3bf3b9217d749d7864dbd2b4950ea88c132b92929baaf17

Contents?: true

Size: 1.54 KB

Versions: 14

Compression:

Stored size: 1.54 KB

Contents

# ------------------------------------------------------------------------------
# The DOTENV file is used to set all environment variables used by
# J1App to configure the run-time environment for Rack, Sinatra
# and the credentials for ALL authentication strategies used by
# Omniauth.
#
# NOTE: As this file contains confidential data, never publish this
# file. A productive .env file should ALWAYS be excluded from any
# source published to the public (e.g. Github).
#
# NOTE: For production use, rename this file to .env and configure
# then ENV settings for your needs.

# ------------------------------------------------------------------------------
# J1 Environmental settings
#
# J1_RACK_ENV=production
J1_RACK_ENV=development
J1_SESSION_SECRET=12345678909876543210

# ------------------------------------------------------------------------------
# OAuth settings

# --------------------------------------------------------------------
# DISQUS credentials
#
DISQUS_CLIENT_ID=
DISQUS_CLIENT_SECRET=

# --------------------------------------------------------------------
# FACEBOOK credentials
#
FACEBOOK_CLIENT_ID=
FACEBOOK_CLIENT_SECRET=

# --------------------------------------------------------------------
# GITHUB credentials
#
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
GITHUB_MEMBERS=all

# --------------------------------------------------------------------
# PATREON credentials
#
PATREON_CLIENT_ID=
PATREON_CLIENT_SECRET=

# --------------------------------------------------------------------
# TWITTER credentials
#
TWITTER_CLIENT_ID=
TWITTER_CLIENT_SECRET=

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
j1_template_mde-2018.4.36 lib/starter_web/_rack/dot.env
j1_template_mde-2018.4.35 lib/starter_web/_rack/dot.env
j1_template_mde-2018.4.34 lib/starter_web/_rack/dot.env
j1_template_mde-2018.4.33 lib/starter_web/_rack/dot.env
j1_template_mde-2018.4.32 lib/starter_web/_rack/dot.env
j1_template_mde-2018.4.31 lib/starter_web/_rack/dot.env
j1_template_mde-2018.4.30 lib/starter_web/_rack/dot.env
j1_template_mde-2018.4.29 lib/starter_web/_rack/dot.env
j1_template_mde-2018.4.28 lib/starter_web/_rack/dot.env
j1_template_mde-2018.4.27 lib/starter_web/_rack/dot.env
j1_template_mde-2018.4.26 lib/starter_web/_rack/dot.env
j1_template_mde-2018.4.25 lib/starter_web/_rack/dot.env
j1_template_mde-2018.4.24 lib/starter_web/_rack/dot.env
j1_template_mde-2018.4.23 lib/starter_web/_rack/dot.env