github.com/navikt/knorten@v0.0.0-20240419132333-1333f46ed8b6/config-local.yaml (about)

     1  oauth:
     2      client_id: fake-id
     3      client_secret: fake-secret
     4      tenant_id: fake-tenant
     5  gcp:
     6      project: nada-dev-db2e
     7      region: europe-north1
     8      zone: europe-north1-b
     9  cookies:
    10      redirect:
    11          name: redirecturi
    12          max_age: 3600
    13          path: /
    14          domain: localhost
    15          same_site: Lax
    16          secure: false
    17          http_only: true
    18      oauth_state:
    19          name: oauth_state
    20          max_age: 3600
    21          path: /
    22          domain: localhost
    23          same_site: Lax
    24          secure: true
    25          http_only: true
    26      session:
    27          name: knorten_session
    28          max_age: 86400
    29          path: /
    30          domain: localhost
    31          same_site: Lax
    32          secure: true
    33          http_only: true
    34  helm:
    35      airflow_chart_version: 1.11.0
    36      jupyter_chart_version: 3.2.1
    37  server:
    38      hostname: localhost
    39      port: 8080
    40  postgres:
    41      host: localhost
    42      port: 5432
    43      user_name: postgres
    44      password: postgres
    45      database_name: knorten
    46      ssl_mode: disable
    47  db_enc_key: jegersekstentegn
    48  admin_group: nada@nav.no
    49  session_key: online-session
    50  login_page: http://localhost:8080/
    51  dry_run: true
    52  in_cluster: false