This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig-local-online.yaml
95 lines (95 loc) · 2.6 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
oauth:
client_id: # Loaded from env var AZURE_CLIENT_ID
client_secret: # Loaded from env var AZURE_CLIENT_SECRET
tenant_id: # Loaded from env var AZURE_TENANT_ID
redirect_url: http://localhost:8080/api/oauth2/callback
metabase:
username: nada@nav.no
password: superdupersecret1
api_url: http://localhost:8083/api
credentials_path: ./test-metabase-sa.json
gcp_project: nada-dev-db2e
databases_base_url: http://localhost:8083/browse/databases
mapping_deadline_sec: 600 # 10 minutes
mapping_frequency_sec: 600 # 10 minutes
cross_team_pseudonymization:
gcp_project_id: datamarkedsplassen-dev
gcp_region: europe-north1
gcs:
story_bucket_name: nada-quarto-storage-dev
central_gcp_project: datamarkedsplassen-dev
big_query:
team_project_pseudo_views_dataset_name: markedsplassen_pseudo
gcp_region: europe-north1
central_gcp_project: datamarkedsplassen-dev
slack:
webhook_url: # Loaded from env var NADA_SLACK_WEBHOOK_URL
token: # Loaded from env var NADA_SLACK_TOKEN
server:
hostname: localhost
address: 127.0.0.1
port: 8080
postgres:
host: localhost
port: 5432
user_name: nada-backend
password: postgres
database_name: nada
ssl_mode: disable
configuration:
max_open_connections: 5
max_idle_connections: 3
teams_catalogue:
api_url: https://teamkatalog-api.intern.nav.no
treatment_catalogue:
api_url: https://polly.intern.dev.nav.no/process
purpose_url: https://behandlingskatalog.intern.dev.nav.no/process/purpose
google_groups:
impersonation_subject: johnny.horvi@nav.no
credentials_file: ./test-sa.json
gcp:
gcs:
endpoint: http://localhost:8082
story_bucket_name: nada-quarto-storage-dev
big_query:
team_project_pseudo_views_dataset_name: markedsplassen_pseudo_local
cookies:
redirect:
name: redirecturi
max_age: 3600
path: /
domain: localhost
same_site: Lax
secure: false
http_only: true
oauth_state:
name: oauthstate
max_age: 3600
path: /
domain: localhost
same_site: Lax
secure: false
http_only: true
session:
name: nada_session
max_age: 86400
path: /
domain: localhost
same_site: Lax
secure: false
http_only: true
nais_console:
api_key: # Loaded from env var NADA_NAIS_CONSOLE_API_KEY
api_url: https://console.nav.cloud.nais.io
api:
auth_token: 1234
email_suffix: '@nav.no'
nais_cluster_name: dev-gcp
keywords_admin_group: nada@nav.no
all_users_group: group:all-users@nav.no
login_page: http://localhost:3000/
amplitude_api_key: # Loaded from env var NADA_AMPLITUDE_API_KEY
cache_duration_seconds: 7200
team_projects_update_delay_seconds: 10
debug: false
log_level: debug