summarylogtreecommitdiffstats
path: root/config.yaml
diff options
context:
space:
mode:
authormekyt2025-04-08 11:36:57 +0200
committermekyt2025-04-08 11:36:57 +0200
commitca4b05931ebf857c167203df948ac31170bc8133 (patch)
treedb061b4f059ba7e1aca587869a63c67dea8c3b0d /config.yaml
downloadaur-openfga.tar.gz
feat: initialize openfga with version 1.8.9
Diffstat (limited to 'config.yaml')
-rw-r--r--config.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/config.yaml b/config.yaml
new file mode 100644
index 000000000000..de2076287e1a
--- /dev/null
+++ b/config.yaml
@@ -0,0 +1,16 @@
+# Documentation https://openfga.dev/docs/getting-started/setup-openfga/configuration#list-of-options
+#
+# datastore:
+# engine: postgres
+# uri: postgres://user:password@localhost:5432/mydatabase
+# authn:
+# method: preshared
+# preshared:
+# keys: ["key1", "key2"]
+# playground:
+# enabled: false
+# http:
+# tls:
+# enabled: true
+# cert: server.crt
+# key: server.key