sftpbrowser/.env

18 lines
492 B
Bash
Raw Normal View History

2022-12-23 16:27:07 +01:00
APP_ENV=dev
APP_SECRET=5b3d0a22ba9250c51af9e63b6b7eec68
MESSENGER_TRANSPORT_DSN=doctrine://default?auto_setup=0
DATABASE_URL="postgresql://app:!ChangeMe!@127.0.0.1:5432/app?serverVersion=14&charset=utf8"
SFTP_HOST=localhost
SFTP_PORT=2222
SFTP_USER=efs
SFTP_PASSWORD=changeme
SFTP_FOLDER=upload
2022-12-23 16:47:29 +01:00
SENTRY_DSN=
2022-12-23 16:27:07 +01:00
LOCK_DSN=flock
MERCURE_URL=https://example.com/.well-known/mercure
MERCURE_PUBLIC_URL=https://example.com/.well-known/mercure
MERCURE_JWT_SECRET="!ChangeThisMercureHubJWTSecretKey!"