fake afnor
This commit is contained in:
13
.env
13
.env
@@ -1,4 +1,4 @@
|
||||
APP_ENV=prod
|
||||
APP_ENV=dev
|
||||
APP_SECRET=changeme
|
||||
|
||||
MESSENGER_TRANSPORT_DSN=doctrine://default?auto_setup=0
|
||||
@@ -10,9 +10,10 @@ MERCURE_URL=https://example.com/.well-known/mercure
|
||||
MERCURE_PUBLIC_URL=https://example.com/.well-known/mercure
|
||||
MERCURE_JWT_SECRET="!ChangeThisMercureHubJWTSecretKey!"
|
||||
|
||||
SFTP_HOST=localhost
|
||||
SFTP_PORT=2222
|
||||
SFTP_USER=user
|
||||
SFTP_PASSWORD=changeme
|
||||
SFTP_FOLDER=upload
|
||||
SFTP_HOST=$SFTP_HOST
|
||||
SFTP_PORT=$SFTP_PORT
|
||||
SFTP_USER=$SFTP_USER
|
||||
SFTP_PASSWORD=$SFTP_PASSWORD
|
||||
SFTP_FOLDER=$SFTP_FOLDER
|
||||
|
||||
FAKE_FILES=$FAKE_FILES
|
||||
|
Reference in New Issue
Block a user