From f594531ac9da04e2e9288acf481b6d3f1698dcec Mon Sep 17 00:00:00 2001 From: TheJoKlLa Date: Tue, 31 Jan 2023 17:04:59 +0100 Subject: [PATCH] Added: Spacename and InstanceURL --- config/bffh/bffh.dhall | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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"),