changed config file types from yml to toml

This commit is contained in:
Václav Šmejkal 2024-01-23 19:19:04 +01:00
parent b383094bd9
commit 74f9764e4b
Signed by: ENGO150
GPG Key ID: 4A57E86482968843
2 changed files with 5 additions and 3 deletions

View File

@ -14,5 +14,6 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>. # along with this program. If not, see <https://www.gnu.org/licenses/>.
auto_connect: false # Automatic connection to 'auto_connect_ip' [connection]
auto_connect_ip: "109.123.243.163" # See 'auto_connect' auto_connect = false # Automatic connection to 'auto_connect_ip'
auto_connect_ip = "109.123.243.163" # See 'auto_connect'

View File

@ -14,4 +14,5 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>. # 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]