first commit
This commit is contained in:
parent
7b144bd346
commit
6fae195d4a
14
.env
14
.env
|
@ -8,22 +8,10 @@ SFTP_PORT=2222
|
||||||
SFTP_USER=efs
|
SFTP_USER=efs
|
||||||
SFTP_PASSWORD=changeme
|
SFTP_PASSWORD=changeme
|
||||||
SFTP_FOLDER=upload
|
SFTP_FOLDER=upload
|
||||||
###> sentry/sentry-symfony ###
|
|
||||||
SENTRY_DSN=
|
SENTRY_DSN=
|
||||||
###< sentry/sentry-symfony ###
|
|
||||||
|
|
||||||
###> symfony/lock ###
|
|
||||||
# Choose one of the stores below
|
|
||||||
# postgresql+advisory://db_user:db_password@localhost/db_name
|
|
||||||
LOCK_DSN=flock
|
LOCK_DSN=flock
|
||||||
###< symfony/lock ###
|
|
||||||
|
|
||||||
###> symfony/mercure-bundle ###
|
|
||||||
# See https://symfony.com/doc/current/mercure.html#configuration
|
|
||||||
# The URL of the Mercure hub, used by the app to publish updates (can be a local URL)
|
|
||||||
MERCURE_URL=https://example.com/.well-known/mercure
|
MERCURE_URL=https://example.com/.well-known/mercure
|
||||||
# The public URL of the Mercure hub, used by the browser to connect
|
|
||||||
MERCURE_PUBLIC_URL=https://example.com/.well-known/mercure
|
MERCURE_PUBLIC_URL=https://example.com/.well-known/mercure
|
||||||
# The secret used to sign the JWTs
|
|
||||||
MERCURE_JWT_SECRET="!ChangeThisMercureHubJWTSecretKey!"
|
MERCURE_JWT_SECRET="!ChangeThisMercureHubJWTSecretKey!"
|
||||||
###< symfony/mercure-bundle ###
|
|
||||||
|
|
|
@ -99,9 +99,9 @@
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"auto-scripts": {
|
"auto-scripts": {
|
||||||
"npm ci": "script",
|
"yarn install": "script",
|
||||||
"npm run encore -- dev": "script",
|
"yarn encore dev": "script",
|
||||||
"npm run encore -- prod": "script",
|
"yarn encore prod": "script",
|
||||||
"cache:clear": "symfony-cmd",
|
"cache:clear": "symfony-cmd",
|
||||||
"assets:install %PUBLIC_DIR%": "symfony-cmd"
|
"assets:install %PUBLIC_DIR%": "symfony-cmd"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue