|
| 1 | +# OIDC configuration |
1 | 2 | #quarkus.oidc.auth-server-url=[configure me] |
2 | 3 | #quarkus.oidc.client-id=[configure me] |
3 | 4 | #quarkus.oidc.credentials.secret=[configure me] |
4 | 5 | quarkus.oidc.application-type=web-app |
5 | 6 | quarkus.oidc.authentication.scopes=openid email |
6 | 7 | quarkus.oidc.authentication.redirect-path=/ |
7 | 8 |
|
| 9 | +# Authentication |
8 | 10 | quarkus.http.auth.permission.authenticated.paths=/login |
9 | 11 | quarkus.http.auth.permission.authenticated.policy=authenticated |
10 | 12 |
|
| 13 | +# Cache |
11 | 14 | quarkus.cache.caffeine."sessions".expire-after-write=5m |
12 | 15 |
|
13 | | -# 2025 |
| 16 | +# Timeline, 2025 |
14 | 17 | conference.current=ffbdc06b-b570-4409-bf2f-7d3b5dd2aed3 |
15 | 18 | timeline.opening=2025-02-14T00:00:00Z |
16 | | -timeline.closing=2025-04-28T00:00:00Z |
| 19 | +timeline.closing=2025-04-28T23:59:59Z |
17 | 20 | timeline.feedback=2025-06-30T00:00:00Z |
18 | 21 | timeline.refund=2025-08-01T00:00:00Z |
19 | 22 |
|
20 | | -# 2024 |
21 | | -#conference.current=ad82e461-9444-40a4-a9d5-cc4885f9107a |
22 | | -#timeline.opening=2024-01-29T00:00:00Z |
23 | | -#timeline.closing=2024-04-08T00:00:00Z |
24 | | -#timeline.feedback=2024-06-30T00:00:00Z |
25 | | -#timeline.refund=2024-08-01T00:00:00Z |
26 | 23 |
|
| 24 | +# Production configuration |
27 | 25 | %prod.quarkus.http.proxy.proxy-address-forwarding=true |
28 | 26 |
|
| 27 | +# Development configuration |
29 | 28 | %dev.quarkus.web-bundler.dependencies.node-modules=node_modules |
30 | 29 | %dev.quarkus.rest-client.logging.scope=request-response |
31 | 30 | %dev.quarkus.rest-client.logging.body-limit=5000 |
|
0 commit comments