Utilisation d'un préfixe global

This commit is contained in:
2024-12-15 20:46:53 +01:00
parent 1fbd8ee5c3
commit 0a3fe8c243
2 changed files with 3 additions and 1 deletions

View File

@ -1,2 +1,3 @@
DATABASE_URL="postgres://username:password@localhost:5432/traintrape-moi"
JWT_SECRET="CHANGE_ME"
API_GLOBAL_PREFIX="api"