Added config json

This commit is contained in:
Chris Plaatjes 2023-02-22 17:29:32 -05:00
parent 45cd7a1270
commit 0f54d11162

7
config/config.json Normal file
View File

@ -0,0 +1,7 @@
{
"TeleTokConf": {
"ptInstance": "PROXITOK INSTANCE URL",
"matrixAddress": "SYNAPSE SERVER URL",
"accessToken": "INSERT TOKEN HERE"
}
}