Jakub Pavlik | 71b2c84 | 2016-01-25 23:18:44 +0100 | [diff] [blame] | 1 | horizon: |
| 2 | server: |
| 3 | enabled: true |
| 4 | version: liberty |
| 5 | secret_key: secret |
Jakub Pavlik | a1dd7ad | 2016-01-31 15:49:53 +0100 | [diff] [blame] | 6 | session_timeout: 43200 |
Jakub Pavlik | 71b2c84 | 2016-01-25 23:18:44 +0100 | [diff] [blame] | 7 | wsgi: |
| 8 | processes: 3 |
| 9 | threads: 10 |
| 10 | bind: |
| 11 | address: 127.0.0.1 |
| 12 | port: 80 |
| 13 | cache: |
| 14 | engine: memcached |
| 15 | prefix: 'CACHE_HORIZON' |
| 16 | members: |
| 17 | - host: 127.0.0.1 |
| 18 | port: 11211 |
| 19 | - host: 127.0.0.1 |
| 20 | port: 11211 |
| 21 | - host: 127.0.0.1 |
| 22 | port: 11211 |
| 23 | identity: |
| 24 | engine: keystone |
| 25 | host: 127.0.0.1 |
| 26 | port: 5000 |
| 27 | api_version: 2 |
Martin819 | ef24a2a | 2017-02-14 14:25:57 +0100 | [diff] [blame] | 28 | encryption: ssl |
Dennis Dmitriev | 698f9ae | 2017-03-06 14:06:04 +0200 | [diff] [blame^] | 29 | endpoint_type: publicURL |
Alexander Noskov | 787a812 | 2016-12-07 13:00:49 +0400 | [diff] [blame] | 30 | websso: |
| 31 | login_url: "WEBROOT + 'auth/login/'" |
| 32 | logout_url: "WEBROOT + 'auth/logout/'" |
| 33 | websso_choices: |
| 34 | - saml2 |
| 35 | - oidc |
Jakub Pavlik | 71b2c84 | 2016-01-25 23:18:44 +0100 | [diff] [blame] | 36 | haproxy: |
| 37 | proxy: |
| 38 | listens: |
| 39 | - name: horizon |
| 40 | type: horizon |
| 41 | binds: |
| 42 | - address: 127.0.0.1 |
| 43 | port: 80 |
| 44 | servers: |
| 45 | - name: ctl01 |
| 46 | host: 127.0.0.1 |
| 47 | port: 80 |
| 48 | params: cookie ctl01 check inter 2000 fall 3 |
| 49 | - name: ctl02 |
| 50 | host: 127.0.0.1 |
| 51 | port: 80 |
| 52 | params: cookie ctl02 check inter 2000 fall 3 |
| 53 | - name: ctl03 |
| 54 | host: 127.0.0.1 |
| 55 | port: 80 |
Alexander Noskov | 787a812 | 2016-12-07 13:00:49 +0400 | [diff] [blame] | 56 | params: cookie ctl03 check inter 2000 fall 3 |