Removed port, added proxitok entry
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone Build was killed

This commit is contained in:
Chris Plaatjes 2023-02-14 10:16:03 -05:00
parent ae4c436a1a
commit a6c7f1ef2a

View File

@ -1,6 +1,6 @@
{ {
"TeleTokConf": { "TeleTokConf": {
"token": "INSERT TOKEN HERE", "token": "INSERT TOKEN HERE",
"port": 5000 "proxitokInstance": "PROXITOK INSTANCE URL"
} }
} }