From 7d8093bb5403840d34b8f55f2c25c7e511f47c5b Mon Sep 17 00:00:00 2001 From: = <=> Date: Tue, 11 Jun 2024 21:56:29 +0200 Subject: [PATCH] accidentally changed example config --- example_config/core.yaml | 37 ++++++++++++++++++------------------- 1 file changed, 18 insertions(+), 19 deletions(-) diff --git a/example_config/core.yaml b/example_config/core.yaml index 8f1ae3c..21b1a9d 100644 --- a/example_config/core.yaml +++ b/example_config/core.yaml @@ -1,66 +1,65 @@ server: - listen_address: "127.0.0.1" - hostname: "localhost" - port: 80 - ssl_key: "cert/title.key" - ssl_cert: "cert/title.crt" + listen_address: "127.0.0.1" allow_user_registration: True allow_unregistered_serials: True name: "ARTEMiS" is_develop: True is_using_proxy: False - proxy_port: 0 - proxy_port_ssl: 0 + threading: False log_dir: "logs" check_arcade_ip: False strict_ip_checking: False title: loglevel: "info" + hostname: "localhost" + port: 8080 + port_ssl: 0 + ssl_cert: "cert/title.crt" + ssl_key: "cert/title.key" reboot_start_time: "04:00" reboot_end_time: "05:00" + database: - host: "192.168.192.12" + host: "localhost" username: "aime" password: "aime" name: "aime" port: 3306 protocol: "mysql" sha2_password: False - loglevel: "info" + loglevel: "warn" + user_table_autoincrement_start: 10000 enable_memcached: True memcached_host: "localhost" frontend: - enable: True - port: 8080 + enable: False + port: 8090 loglevel: "info" - secret: "" allnet: - standalone: False - port: 80 loglevel: "info" + port: 80 + ip_check: False allow_online_updates: False update_cfg_folder: "" billing: - standalone: True - loglevel: "info" port: 8443 ssl_key: "cert/server.key" ssl_cert: "cert/server.pem" signing_key: "cert/billing.key" aimedb: - enable: True - listen_address: "" loglevel: "info" port: 22345 - key: "Copyright(C)SEGA" + key: "" id_secret: "" id_lifetime_seconds: 86400 mucha: + enable: False + hostname: "localhost" loglevel: "info"