summaryrefslogtreecommitdiff
path: root/test/config/storage-1.config
diff options
context:
space:
mode:
authorMagnus Ahltorp <map@kth.se>2014-10-25 02:08:25 +0200
committerMagnus Ahltorp <map@kth.se>2014-10-25 02:08:25 +0200
commitf0c78cf6c6caedffd1069b4c41e41ec8ca7fb1c7 (patch)
treec64fee211fd01f5a65d72236c4d37e342bb724ef /test/config/storage-1.config
parent574f96fba9fd01ec9725c5509f02ad13d8ab8793 (diff)
Move internal HTTP APIs to mochiweb.
Diffstat (limited to 'test/config/storage-1.config')
-rw-r--r--test/config/storage-1.config11
1 files changed, 8 insertions, 3 deletions
diff --git a/test/config/storage-1.config b/test/config/storage-1.config
index 5b67bbf..b176e1f 100644
--- a/test/config/storage-1.config
+++ b/test/config/storage-1.config
@@ -6,9 +6,14 @@
{error_logger_mf_dir, "log"},
{error_logger_mf_maxbytes, 10485760}, % 10 MB
{error_logger_mf_maxfiles, 10}]},
- {inets,
- [{services,
- [{httpd, [{proplist_file, "storage-1-httpd.conf"}]}]}]},
+ {catlfish,
+ [{https_servers,
+ [{storage_https_api, "127.0.0.1", 8081, storage}
+ ]},
+ {https_certfile, "catlfish/webroot/certs/webcert.pem"},
+ {https_keyfile, "catlfish/webroot/keys/webkey.pem"},
+ {https_cacertfile, "catlfish/webroot/certs/webcert.pem"}
+ ]},
{lager,
[{handlers,
[{lager_console_backend, info},