Skip to content

Commit

Permalink
Update .env to latest example
Browse files Browse the repository at this point in the history
  • Loading branch information
octoberapp committed Jan 22, 2023
1 parent 0223a09 commit 9340857
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions beacon/templates/app/.env.stub
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,12 @@ APP_URL={app_url}
APP_LOCALE=en

ACTIVE_THEME=demo
LINK_POLICY=detect

CMS_ROUTES_CACHE=false
CMS_ASSET_CACHE=false
CMS_DB_TEMPLATES=false

BACKEND_URI={backend_uri}

LOG_CHANNEL=single
CMS_ROUTE_CACHE=false
CMS_ASSET_CACHE=false
LINK_POLICY=detect
DEFAULT_FILE_MASK=775
DEFAULT_FOLDER_MASK=775

DB_CONNECTION={db_type}
DB_HOST={db_host}
Expand All @@ -23,6 +20,7 @@ DB_DATABASE="{db_name}"
DB_USERNAME="{db_user}"
DB_PASSWORD="{db_pass}"

LOG_CHANNEL=single
BROADCAST_DRIVER=log
CACHE_DRIVER=file
QUEUE_CONNECTION=sync
Expand Down

0 comments on commit 9340857

Please sign in to comment.