Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(api): documente l'API avec OpenApi #80

Merged
merged 4 commits into from
Dec 18, 2024
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
Loading