From 3669fc5c6b506bcc35a9f1f80873cbb4917c22c4 Mon Sep 17 00:00:00 2001 From: Gustavo ZQ Date: Mon, 18 May 2026 00:55:34 +0000 Subject: [PATCH] Add config.json --- config.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..0288cde --- /dev/null +++ b/config.json @@ -0,0 +1,20 @@ +{ + "servers": [ + { + "nombre": "jkanime", + "version": { + "major": 1, + "minor": 1 + }, + "dexpath": "" + }, + { + "nombre": "pelispop", + "version": { + "major": 1, + "minor": 1 + }, + "dexpath": "" + } + ] +} \ No newline at end of file