fix sso core folder
This commit is contained in:
5
apps/sso-core/.env.example
Normal file
5
apps/sso-core/.env.example
Normal 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"
|
||||
Reference in New Issue
Block a user