Remove configuration files and use CLI args instead

This commit is contained in:
thiloho
2024-08-09 18:14:51 +02:00
parent abd305b995
commit f2a11529db
4 changed files with 173 additions and 20 deletions

View File

@@ -1,3 +0,0 @@
DATABASE_URL="postgres://postgres@localhost:15432/archtika?sslmode=disable"
PGRST_DB_URI="postgres://authenticator@localhost:15432/archtika?sslmode=disable"
JWT_SECRET="a42kVyAhTImYxZeebZkApoAZLmf0VtDA"

View File

@@ -1,3 +0,0 @@
db-schemas = "api"
db-anon-role = "anon"
openapi-mode = "ignore-privileges"