diff options
Diffstat (limited to 'tests/platform-ci/provider/provider.json')
-rw-r--r-- | tests/platform-ci/provider/provider.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/platform-ci/provider/provider.json b/tests/platform-ci/provider/provider.json new file mode 100644 index 00000000..218ff529 --- /dev/null +++ b/tests/platform-ci/provider/provider.json @@ -0,0 +1,18 @@ +// +// General service provider configuration. +// +{ + "domain": "example.org", + "name": { + "en": "Example" + }, + "description": { + "en": "You really should change this text" + }, + "contacts": { + "default": "root@example.org" + }, + "languages": ["en"], + "default_language": "en", + "enrollment_policy": "open" +} |