Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ DATABASE_ENV=Dummy
DATABASE_URL=postgres://postgres:zlv@localhost/maestro

AUTH_SECRET=secret
AUTH_CLIENT_ID=
AUTH_CLIENT_SECRET=
AUTH_LOGIN_CALLBACK_URL=http://localhost:3000/login-callback
AUTH_LOGOUT_CALLBACK_URL=http://localhost:3000/logout-callback
AUTH_PROVIDER_URL=

S3_ENDPOINT=http://localhost:9090
S3_REGION=any
Expand All @@ -12,4 +17,4 @@ S3_BUCKET=maestro
MAILER_HOST=localhost
MAILER_PORT=1025
MAILER_USER=
MAILER_PASSWORD=
MAILER_PASSWORD=
Loading