| giolekva | eb59028 | 2021-10-22 17:31:40 +0400 | [diff] [blame] | 1 | version: v1.10.6 |
| 2 | |
| 3 | dsn: postgres://postgres:psswd@postgres:5432/hydra?sslmode=disable&max_conns=20&max_idle_conns=4 |
| 4 | |
| 5 | serve: |
| 6 | cookies: |
| 7 | same_site_mode: None |
| 8 | public: |
| 9 | cors: |
| 10 | enabled: true |
| 11 | debug: true |
| 12 | allow_credentials: true |
| 13 | allowed_origins: |
| 14 | - https://lekva.me |
| 15 | - https://*.lekva.me |
| 16 | admin: |
| 17 | # host: localhost |
| 18 | cors: |
| 19 | allowed_origins: |
| 20 | - https://hydra.pcloud |
| 21 | tls: |
| 22 | allow_termination_from: |
| 23 | - 0.0.0.0/0 |
| 24 | - 10.42.0.0/16 |
| 25 | - 10.43.0.0/16 |
| 26 | - 111.0.0.1/32 |
| 27 | tls: |
| 28 | allow_termination_from: |
| 29 | - 0.0.0.0/0 |
| 30 | - 10.42.0.0/16 |
| 31 | - 10.43.0.0/16 |
| 32 | - 111.0.0.1/32 |
| 33 | |
| 34 | urls: |
| 35 | self: |
| 36 | public: https://hydra.lekva.me |
| 37 | issuer: https://hydra.lekva.me |
| 38 | consent: https://accounts-ui.lekva.me/consent |
| 39 | login: https://accounts-ui.lekva.me/login |
| 40 | logout: https://accounts-ui.lekva.me/logout |
| 41 | |
| 42 | secrets: |
| 43 | system: |
| 44 | - youReallyNeedToChangeThis |
| 45 | |
| 46 | oidc: |
| 47 | subject_identifiers: |
| 48 | supported_types: |
| 49 | - pairwise |
| 50 | - public |
| 51 | pairwise: |
| 52 | salt: youReallyNeedToChangeThis |
| 53 | |
| 54 | log: |
| 55 | level: trace |
| 56 | leak_sensitive_values: true |