This repository was 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.yaml
103 lines (103 loc) · 2.74 KB
/
config-local.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
96
97
98
99
100
101
102
103
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: [email protected]
password: superdupersecret1
api_url: http://localhost:8083/api
credentials_path: ./resources/metabase/fake/fake-metabase-sa.json
gcp_project: test
databases_base_url: http://localhost:8083/browse/databases
mapping_deadline_sec: 60
mapping_frequency_sec: 60
big_query_database:
disable_auth: true
api_endpoint_override: http://bq:8084 # This is the name of the service in the docker-compose.yml
cross_team_pseudonymization:
gcp_project_id: test
gcp_region: europe-north1
gcs:
story_bucket_name: nada-quarto-storage-dev
central_gcp_project: test
big_query:
team_project_pseudo_views_dataset_name: markedsplassen_pseudo
gcp_region: europe-north1
central_gcp_project: test
enable_auth: false
endpoint: http://localhost:8084
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: 127.0.0.1
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: http://localhost:8087
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: [email protected]
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: verymuchfake
api_url: http://localhost:8086
api:
auth_token: 1234
service_account:
endpoint: http://localhost:8086
disable_auth: true
email_suffix: '@nav.no'
nais_cluster_name: test-gcp
cache_duration_seconds: 60
keywords_admin_group: [email protected]
all_users_group: group:[email protected]
login_page: http://localhost:3000/
amplitude_api_key: # Loaded from env var NADA_AMPLITUDE_API_KEY
team_projects_update_delay_seconds: 10
debug: false
log_level: debug