18 lines
208 B
YAML
18 lines
208 B
YAML
app:
|
|
port: 8080
|
|
|
|
redis:
|
|
host: localhost
|
|
port: 6379
|
|
db: 0
|
|
|
|
hydra:
|
|
host: https://oauth2.logidex.ru/admin
|
|
|
|
db:
|
|
host: localhost
|
|
port: 5432
|
|
user: postgres
|
|
password: postgres
|
|
dbname: logidex-id
|