summarylogtreecommitdiffstats
path: root/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'config.json')
-rw-r--r--config.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/config.json b/config.json
new file mode 100644
index 000000000000..e47c4b8186ba
--- /dev/null
+++ b/config.json
@@ -0,0 +1,34 @@
+{
+ "servername": "archlinux",
+ "port": "3000",
+ "driver": "disk",
+ "bucket": "hub",
+ "readURL": "hub",
+ "cacheControl": "public, max-age=1",
+ "pageSize": 20,
+ "diskSettings": {
+ "storageRootDirectory": "/srv/gaia/hub"
+ },
+ "awsCredentials": {
+ "accessKeyId": "",
+ "secretAccessKey": ""
+ },
+
+ "proofsConfig": {
+ "proofsRequired" : 0
+ },
+
+ "azCredentials": {
+ "accountName": "",
+ "accountKey": ""
+ },
+
+ "argsTransport": {
+ "level": "debug",
+ "handleExceptions": true,
+ "stringify": true,
+ "timestamp": true,
+ "colorize": true,
+ "json": true
+ }
+}