1
0

config vars for plugins

This commit is contained in:
ThomasV
2025-03-15 18:57:25 +01:00
parent 647ae49451
commit d8964a00e7
6 changed files with 27 additions and 19 deletions

View File

@@ -116,9 +116,9 @@ class TestLightningWatchtower(TestLightning):
},
'carol': {
'enable_plugin_watchtower': 'true',
'watchtower_user': 'wtuser',
'watchtower_password': 'wtpassword',
'watchtower_port': '12345',
'watchtower_server_user': 'wtuser',
'watchtower_server_password': 'wtpassword',
'watchtower_server_port': '12345',
}
}