env file
This commit is contained in:
parent
6fae195d4a
commit
e7f7a348da
23
.env
23
.env
|
@ -1,17 +1,18 @@
|
||||||
APP_ENV=dev
|
APP_ENV=prod
|
||||||
APP_SECRET=5b3d0a22ba9250c51af9e63b6b7eec68
|
APP_SECRET=changeme
|
||||||
|
|
||||||
MESSENGER_TRANSPORT_DSN=doctrine://default?auto_setup=0
|
MESSENGER_TRANSPORT_DSN=doctrine://default?auto_setup=0
|
||||||
DATABASE_URL="postgresql://app:!ChangeMe!@127.0.0.1:5432/app?serverVersion=14&charset=utf8"
|
DATABASE_URL=
|
||||||
|
|
||||||
SFTP_HOST=localhost
|
|
||||||
SFTP_PORT=2222
|
|
||||||
SFTP_USER=efs
|
|
||||||
SFTP_PASSWORD=changeme
|
|
||||||
SFTP_FOLDER=upload
|
|
||||||
|
|
||||||
SENTRY_DSN=
|
|
||||||
LOCK_DSN=flock
|
LOCK_DSN=flock
|
||||||
|
SENTRY_DSN=
|
||||||
|
|
||||||
MERCURE_URL=https://example.com/.well-known/mercure
|
MERCURE_URL=https://example.com/.well-known/mercure
|
||||||
MERCURE_PUBLIC_URL=https://example.com/.well-known/mercure
|
MERCURE_PUBLIC_URL=https://example.com/.well-known/mercure
|
||||||
MERCURE_JWT_SECRET="!ChangeThisMercureHubJWTSecretKey!"
|
MERCURE_JWT_SECRET="!ChangeThisMercureHubJWTSecretKey!"
|
||||||
|
|
||||||
|
SFTP_HOST=localhost
|
||||||
|
SFTP_PORT=2222
|
||||||
|
SFTP_USER=user
|
||||||
|
SFTP_PASSWORD=changeme
|
||||||
|
SFTP_FOLDER=upload
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue