personal-finances/APIGateway/.env.example
2023-12-14 20:14:25 +02:00

9 lines
No EOL
299 B
Text

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 )