diff options
| author | RblSb <msrblsb@gmail.com> | 2020-03-06 06:32:01 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2020-03-06 06:32:01 +0300 |
| commit | 0ca7420ad952c0332ab36e37596b0fa53e710325 (patch) | |
| tree | 7e64bbd60ff781df2d5c429f900ec18b75e44703 /default-config.json | |
| parent | 39767a4b71de751c2b4ee672c3985f52a62e039b (diff) | |
Move server port to config
Diffstat (limited to 'default-config.json')
| -rw-r--r-- | default-config.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default-config.json b/default-config.json index 488532f..37c3861 100644 --- a/default-config.json +++ b/default-config.json @@ -1,4 +1,5 @@ { + "port": 4200, "channelName": "SyncTube", "maxLoginLength": 20, "maxMessageLength": 500, |
