summaryrefslogtreecommitdiff
path: root/target/classes/config.json
diff options
context:
space:
mode:
authorLeonard Kugis <leonard@kug.is>2022-04-25 18:40:22 +0200
committerLeonard Kugis <leonard@kug.is>2022-04-25 18:40:22 +0200
commit9420b8c5ef71dee01d7e19160992c34d5feef154 (patch)
tree5c31e9c3ff1e0bebeff4b164d739c46abbee7c7b /target/classes/config.json
parenteaed2149f9f018a4486828fea612c7322af32171 (diff)
Diffstat (limited to 'target/classes/config.json')
-rw-r--r--target/classes/config.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/target/classes/config.json b/target/classes/config.json
new file mode 100644
index 0000000..da68812
--- /dev/null
+++ b/target/classes/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