Skip to content

Commit

Permalink
Update env example
Browse files Browse the repository at this point in the history
  • Loading branch information
scottwakefield committed Sep 14, 2018
1 parent 22af3cc commit 13f3367
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,21 @@ DB_TABLE_PREFIX=""
# The port to connect to the database with. Will default to 5432 for PostgreSQL and 3306 for MySQL.
DB_PORT=""

DEV_MODE="false"
# Whether development mode is enabled or not.
DEV_MODE="true"

# The main project URL.
SITE_URL=""

# Mailgun configuration.
MAILGUN_DOMAIN=""
MAILGUN_API_KEY=""

# Sentry exception tracking configuration.
SENTRY_AUTH_TOKEN=""
SENTRY_PROJECT=""
SENTRY_DSN=""

# Asset Paths
ASSET_BASE_PATH="@webroot/assets"
ASSET_BASE_URL="@web/assets"
ASSET_BASE_URL="@web/assets"

0 comments on commit 13f3367

Please sign in to comment.