mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-25 12:08:21 +02:00
Merge pull request #129 from danger89/patch-2
Show it's possible to change the telnet default port
This commit is contained in:
commit
c1d6ce7db0
1 changed files with 10 additions and 8 deletions
|
@ -77,9 +77,12 @@ Below is an _example_ configuration. It is recommended that you at least **start
|
||||||
|
|
||||||
loginServers: {
|
loginServers: {
|
||||||
ssh: {
|
ssh: {
|
||||||
privateKeyPass: YOUR_PK_PASS
|
privateKeyPass: YOUR_PK_PASS
|
||||||
enabled: true /* set to false to disable the SSH server */
|
enabled: true /* set to false to disable the SSH server */
|
||||||
}
|
}
|
||||||
|
telnet: {
|
||||||
|
port: 8888
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
messageConferences: {
|
messageConferences: {
|
||||||
|
@ -87,15 +90,14 @@ Below is an _example_ configuration. It is recommended that you at least **start
|
||||||
name: Local
|
name: Local
|
||||||
desc: Local Discussions
|
desc: Local Discussions
|
||||||
default: true
|
default: true
|
||||||
|
areas: {
|
||||||
areas: {
|
local_music: {
|
||||||
local_music: {
|
|
||||||
name: Music Discussion
|
name: Music Discussion
|
||||||
desc: Music, bands, etc.
|
desc: Music, bands, etc.
|
||||||
default: true
|
default: true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue