diff --git a/tests/mock_data/etc/xray-manager/config.json b/tests/mock_data/etc/xray-manager/config.json index 43afbe5..d911965 100644 --- a/tests/mock_data/etc/xray-manager/config.json +++ b/tests/mock_data/etc/xray-manager/config.json @@ -5,6 +5,27 @@ "host": "localhost.internal", "base_path": "tests/mock_data/var/lib/xray-manager/profiles", "file_name": "list.txt", - "folder_mapping": {} + "folder_mapping": { + "test": "OiVqwjq0V9kI", + "test2": "P8TC4FUicrvC" + } + }, + "target": { + "default": { + "route": "out-fr1", + "pretty_name": "🚩 Default" + }, + "fr1": { + "route": "out-fr1", + "pretty_name": "πŸ‡«πŸ‡· France #1" + }, + "us1": { + "route": "out-us1", + "pretty_name": "πŸ‡ΊπŸ‡Έ USA #1" + }, + "us2": { + "route": "out-us2", + "pretty_name": "πŸ‡ΊπŸ‡Έ USA #2" + } } }