Skip to content

Commit

Permalink
chore(api): documente l'API avec OpenApi (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmaubert authored Dec 18, 2024
1 parent 140aa39 commit f2fbd63
Show file tree
Hide file tree
Showing 9 changed files with 714 additions and 16 deletions.
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

0 comments on commit f2fbd63

Please sign in to comment.