From d5c69197b05a1e7d37e37e4a45611e2f39731048 Mon Sep 17 00:00:00 2001 From: Daniel Winther Date: Mon, 15 Apr 2024 22:20:57 +0200 Subject: [PATCH] feat: add utbetalning project (#36) --- projects/utbetalning-test/info.yaml | 3 +++ projects/utbetalning-test/staging.yaml | 6 ++++++ 2 files changed, 9 insertions(+) create mode 100644 projects/utbetalning-test/info.yaml create mode 100644 projects/utbetalning-test/staging.yaml diff --git a/projects/utbetalning-test/info.yaml b/projects/utbetalning-test/info.yaml new file mode 100644 index 0000000..549870f --- /dev/null +++ b/projects/utbetalning-test/info.yaml @@ -0,0 +1,3 @@ +owners: + - indrif + - H4zze diff --git a/projects/utbetalning-test/staging.yaml b/projects/utbetalning-test/staging.yaml new file mode 100644 index 0000000..de7c1b0 --- /dev/null +++ b/projects/utbetalning-test/staging.yaml @@ -0,0 +1,6 @@ +buckets: [] +databases: + - name: auth + type: mysql + - name: main + type: mysql