summaryrefslogtreecommitdiff
path: root/target/classes/config.json
diff options
context:
space:
mode:
authorLeonard Kugis <leonard@kug.is>2022-04-25 18:39:58 +0200
committerLeonard Kugis <leonard@kug.is>2022-04-25 18:39:58 +0200
commiteaed2149f9f018a4486828fea612c7322af32171 (patch)
tree82806f5696266eedbeeaac95c08e14e7fed6420e /target/classes/config.json
parentaaf6bd00b1682ce22bab036ccd1d1c280d312a4a (diff)
Added .gitignore
Diffstat (limited to 'target/classes/config.json')
-rw-r--r--target/classes/config.json22
1 files changed, 0 insertions, 22 deletions
diff --git a/target/classes/config.json b/target/classes/config.json
deleted file mode 100644
index d481467..0000000
--- a/target/classes/config.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "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