summaryrefslogtreecommitdiff
path: root/src/main/resources/config.json
diff options
context:
space:
mode:
authorLeonard Kugis <Leonard Kugis>2016-12-24 05:09:24 +0100
committerLeonard Kugis <Leonard Kugis>2016-12-24 05:09:24 +0100
commitaaf6bd00b1682ce22bab036ccd1d1c280d312a4a (patch)
tree1e3733c223fd18c9d1bdcc56e7ee402893a7d0c3 /src/main/resources/config.json
initial commit
Diffstat (limited to 'src/main/resources/config.json')
-rw-r--r--src/main/resources/config.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/main/resources/config.json b/src/main/resources/config.json
new file mode 100644
index 0000000..d481467
--- /dev/null
+++ b/src/main/resources/config.json
@@ -0,0 +1,22 @@
+{
+ "locale": "en-GB",
+ "world": "instance",
+ "loadingDepth": 2,
+ "resetDungeons": [
+ {
+ "interval": 2592000,
+ "alias": "monthly",
+ "length": 10
+ },
+ {
+ "interval": 86400,
+ "alias": "daily",
+ "length": 10
+ },
+ {
+ "interval": 3600,
+ "alias": "hourly",
+ "length": 10
+ }
+ ]
+} \ No newline at end of file