diff --git a/config/bffh/bffh.dhall b/config/bffh/bffh.dhall index 503b93c..3450f05 100644 --- a/config/bffh/bffh.dhall +++ b/config/bffh/bffh.dhall @@ -42,9 +42,13 @@ auditlog_path = "/tmp/bffh.audit", -- In dhall you can also easily import definitions from other files, e.g. you could write - -- roles = ./roles.dhall + -- roles = "./roles.dhall" + -- Name of Space + --spacename = Some("FabAccess Test"), + -- URL of BFFH Instance + --instanceurl = Some("test.fab-access.org"),