mirror of
https://github.com/mvvasilev/personal-finances.git
synced 2025-04-19 14:19:52 +03:00
19 lines
No EOL
1,017 B
Text
19 lines
No EOL
1,017 B
Text
PROFILE= production/development
|
|
|
|
AUTHENTIK_CLIENT_ID= authentik oauth2 client id
|
|
AUTHENTIK_CLIENT_SECRET= authentik oauth2 client secret
|
|
AUTHENTIK_ISSUER_URL= authentik issuer url ( dev: https://auth.mvvasilev.dev/application/o/personal-finances/ )
|
|
AUTHENTIK_BACK_CHANNEL_LOGOUT_URL= authentik back channel logout url ( dev: https://auth.mvvasilev.dev/application/o/personal-finances/end-session/ )
|
|
|
|
GATEWAY_URI= http://localhost:8080
|
|
API_URI= http://localhost:8081
|
|
FRONTEND_URI= http://localhost:5173
|
|
|
|
SSL_ENABLED= true if generated an ssl cert ( keytool -genkeypair -alias local -keyalg RSA -keysize 2048 -storetype PKCS12 -keystore local.p12 -validity 3650 )
|
|
SSL_KEY_STORE_TYPE= type of key store ( PKCS12 )
|
|
SSL_KEY_STORE= where to find the key store ( classpath:keystore/local.p12 if located in main/resources/keystore/local.p12 )
|
|
SSL_KEY_STORE_PASSWORD= the password for the key store
|
|
SSL_KEY_ALIAS= the key store alias
|
|
|
|
REDIS_HOST= the address of the redis host
|
|
REDIS_PORT= the port of redis ( 6379 by default ) |