From 36f4e494a21c3b81dcf8948ebc825ddb3f951b21 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 23 Feb 2022 23:31:16 +0100 Subject: [PATCH] Add CAS configs to image (#3462) --- rootfs/root/.cas/config.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 rootfs/root/.cas/config.json diff --git a/rootfs/root/.cas/config.json b/rootfs/root/.cas/config.json new file mode 100644 index 000000000..d8bd0f266 --- /dev/null +++ b/rootfs/root/.cas/config.json @@ -0,0 +1,8 @@ +{ + "currentcontext": { + "LcHost": "cas.codenotary.com", + "LcPort": "443" + }, + "schemaversion": 3, + "users": null +} \ No newline at end of file