diff --git a/.env.example b/.env.example index 3e36197..bcc72c2 100644 --- a/.env.example +++ b/.env.example @@ -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" \ No newline at end of file +ASSET_BASE_URL="@web/assets"