blob: de2076287e1a0fee19a988935cae960def95b7fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
|