personal-finances/APIGateway/.env.example

9 lines
299 B
Text
Raw Normal View History

2023-12-14 20:14:25 +02:00
AUTHENTIK_CLIENT_ID= authentik oauth2 client id
AUTHENTIK_CLIENT_SECRET= authentik oauth2 client secret
GATEWAY_URI= http://localhost:8080
API_URI= http://localhost:8081
FRONTEND_URI= http://localhost:5173
REDIS_HOST= the address of the redis host
REDIS_PORT= the port of redis ( 6379 by default )