mirror of https://github.com/kcal-app/kcal.git
Asset Url added. See https://stackoverflow.com/questions/34378122/load-blade-assets-with-https-in-laravel/68287406#68287406
This commit is contained in:
parent
b997a81ef7
commit
f00631a2d9
|
|
@ -7,6 +7,7 @@ APP_ENV=local
|
|||
APP_KEY=
|
||||
APP_DEBUG=false
|
||||
APP_URL=http://127.0.0.1
|
||||
ASSET_URL=https://your-domain.org/
|
||||
APP_PORT=8080
|
||||
APP_SERVICE=app
|
||||
APP_TIMEZONE=UTC
|
||||
|
|
|
|||
Loading…
Reference in New Issue