-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig-local-online.yaml
65 lines (65 loc) · 1.57 KB
/
config-local-online.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
oauth:
client_id: # Populated by env var
client_secret: # Populated by env var
tenant_id: # Populated by env var
redirect_url: http://localhost:8080/oauth2/callback
gcp:
project: nada-dev-db2e
region: europe-north1
zone: europe-north1-b
cookies:
redirect:
name: redirecturi
max_age: 3600
path: /
domain: localhost
same_site: Lax
secure: false
http_only: true
oauth_state:
name: oauth_state
max_age: 3600
path: /
domain: localhost
same_site: Lax
secure: false
http_only: true
session:
name: knorten_session
max_age: 86400
path: /
domain: localhost
same_site: Lax
secure: false
http_only: true
helm:
repository_config: ./.helm-repositories.yaml
airflow_chart_version: 1.11.0
jupyter_chart_version: 3.2.1
server:
hostname: localhost
port: 8080
postgres:
host: localhost
port: 5432
user_name: postgres
password: postgres
database_name: knorten
ssl_mode: disable
github:
organization: navikt
application_id: # Populated by env var
installation_id: # Populated by env var
private_key_path: github-app-private-key.pem
refresh_interval_mins: 60
kubernetes:
context: minikube
maintenance_exclusion:
enabled: true
file_path: ./.maintenance-exclusion-dates.json
db_enc_key: jegersekstentegn
admin_group_id: f2816319-7db0-4061-8d0c-5ddbe232d60c
session_key: offline-session
login_page: http://localhost:8080/
dry_run: false
debug: false