Skip to content

Commit 78f8b9e

Browse files
committed
Track login_audit in auth db
1 parent e53851a commit 78f8b9e

File tree

4 files changed

+19
-0
lines changed

4 files changed

+19
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This directory exists so the merge script will not fail due to non-existing directory.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
table:
2+
name: login_audit
3+
schema: public
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- "!include public_login_audit.yaml"

metadata/hsl/databases/databases.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
- name: auth
2+
kind: postgres
3+
configuration:
4+
connection_info:
5+
database_url:
6+
from_env: HASURA_AUTH_DATABASE_URL
7+
isolation_level: serializable
8+
pool_settings:
9+
connection_lifetime: 600
10+
idle_timeout: 180
11+
max_connections: 50
12+
retries: 1
13+
use_prepared_statements: true
14+
tables: "!include auth/tables/tables.yaml"
115
- name: stops
216
kind: postgres
317
configuration:

0 commit comments

Comments
 (0)