Skip to content

Commit

Permalink
Added: SITE_TEST_EMAIL env var
Browse files Browse the repository at this point in the history
  • Loading branch information
bymayo authored Nov 24, 2022
1 parent e845409 commit c292025
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ENVIRONMENT="dev"
SECURITY_KEY=""
APP_ID=""
CRAFT_SECURITY_KEY=""
CRAFT_APP_ID=""

DB_DRIVER="mysql"
DB_SERVER="127.0.0.1"
Expand All @@ -13,6 +13,7 @@ DB_TABLE_PREFIX=""

SITE_NAME="Website"
SITE_EMAIL="[email protected]"
SITE_TEST_EMAIL=

SITE_URL="http://website.local/"
SITE_PATH="/path/to/root/"
Expand All @@ -33,4 +34,4 @@ ASSETS_PATH="${SITE_PATH}${PUBLIC_FOLDER}/${UPLOADS_FOLDER}"

# SERVD_PROJECT_SLUG=""
# SERVD_SECURITY_KEY=""
# SERVD_ASSETS_ENVIRONMENT="production"
# SERVD_ASSETS_ENVIRONMENT="production"

0 comments on commit c292025

Please sign in to comment.