changed config file types from yml to toml
This commit is contained in:
parent
b383094bd9
commit
74f9764e4b
@ -14,5 +14,6 @@
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
auto_connect: false # Automatic connection to 'auto_connect_ip'
|
||||
auto_connect_ip: "109.123.243.163" # See 'auto_connect'
|
||||
[connection]
|
||||
auto_connect = false # Automatic connection to 'auto_connect_ip'
|
||||
auto_connect_ip = "109.123.243.163" # See 'auto_connect'
|
@ -14,4 +14,5 @@
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
user_pick_username: true # User will be prompted for his username on connect or will have to set it onetime [NOT IMPLEMENTED]
|
||||
[connection]
|
||||
user_pick_username = true # User will be prompted for his username on connect or will have to set it onetime [NOT IMPLEMENTED]
|
Loading…
x
Reference in New Issue
Block a user