daily commit
This commit is contained in:
20
config.toml.example
Normal file
20
config.toml.example
Normal file
@ -0,0 +1,20 @@
|
||||
log_file_prefix = "delivery_backend"
|
||||
host_ip = "127.0.0.1"
|
||||
host_port = 3000
|
||||
redis_url = "redis://127.0.0.1:6379"
|
||||
gsd_app_key = "GSD-RestApi"
|
||||
frontend_url = "http://127.0.0.1:3000"
|
||||
gsd_rest_url = "http://127.0.0.1:8334"
|
||||
gsd_user = "GSDWebServiceTmp"
|
||||
gsd_password = "admin"
|
||||
gsd_app_names = ["GSD-RestApi"]
|
||||
|
||||
[keycloak]
|
||||
realm_url = "http://localhost:8080/realms/master"
|
||||
client_id = "delivery-app"
|
||||
client_secret = "<SECRET>"
|
||||
realm = "<REALM>>"
|
||||
base_url = "<BASE_URL>"
|
||||
auth_url = "http://localhost:8080/realms/master/protocol/openid-connect/auth"
|
||||
token_url = "http://localhost:8080/realms/master/protocol/openid-connect/token"
|
||||
redirect_url = "http://127.0.0.1:3000/callback"
|
||||
Reference in New Issue
Block a user