fix sso core folder

This commit is contained in:
lendry
2026-06-24 14:45:45 +03:00
parent 995adeedd4
commit d2bbf35d40
45 changed files with 6592 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
DATABASE_URL="postgresql://lendry:lendry_password@localhost:5432/lendry_id?schema=public"
JWT_ACCESS_SECRET="change-me-access"
JWT_REFRESH_SECRET="change-me-refresh"
REDIS_URL="redis://localhost:6379"
GRPC_URL="0.0.0.0:50051"