diff --git a/.github/templates/.env.j2 b/.github/templates/.env.j2 index 1246063a..db59d5c5 100644 --- a/.github/templates/.env.j2 +++ b/.github/templates/.env.j2 @@ -4,7 +4,7 @@ APP_KEY={{ LARAVEL_STAGING_SEC_DATA_APP_KEY }} APP_DEBUG=false DEBUGBAR_ENABLED=false APP_LOG_LEVEL=debug -APP_URL={{ PROJECT_URL }} +APP_URL=https://{{ PROJECT_URL }} ASSET_URL=${APP_URL} MIX_ASSET_URL=${APP_URL} APP_VERSION=v8.0