2023-02-16 05:06:42 +00:00
|
|
|
server:
|
2024-01-09 08:07:04 +00:00
|
|
|
listen_address: "127.0.0.1"
|
|
|
|
hostname: "localhost"
|
2024-01-11 17:08:22 +00:00
|
|
|
port: 80
|
2024-01-09 08:07:04 +00:00
|
|
|
ssl_key: "cert/title.key"
|
|
|
|
ssl_cert: "cert/title.crt"
|
2023-02-16 05:06:42 +00:00
|
|
|
allow_user_registration: True
|
2023-02-18 05:00:30 +00:00
|
|
|
allow_unregistered_serials: True
|
2023-02-16 05:06:42 +00:00
|
|
|
name: "ARTEMiS"
|
|
|
|
is_develop: True
|
2023-11-09 02:17:48 +00:00
|
|
|
is_using_proxy: False
|
2024-01-09 08:07:04 +00:00
|
|
|
proxy_port: 0
|
2024-01-09 22:49:18 +00:00
|
|
|
proxy_port_ssl: 0
|
2023-02-16 22:13:41 +00:00
|
|
|
log_dir: "logs"
|
2023-08-08 14:24:28 +00:00
|
|
|
check_arcade_ip: False
|
|
|
|
strict_ip_checking: False
|
2023-02-16 05:06:42 +00:00
|
|
|
|
|
|
|
title:
|
|
|
|
loglevel: "info"
|
2023-10-16 13:23:56 +00:00
|
|
|
reboot_start_time: "04:00"
|
|
|
|
reboot_end_time: "05:00"
|
2024-01-09 18:57:59 +00:00
|
|
|
|
2023-02-16 05:06:42 +00:00
|
|
|
database:
|
|
|
|
host: "localhost"
|
|
|
|
username: "aime"
|
|
|
|
password: "aime"
|
|
|
|
name: "aime"
|
|
|
|
port: 3306
|
|
|
|
protocol: "mysql"
|
|
|
|
sha2_password: False
|
2024-01-09 18:57:59 +00:00
|
|
|
loglevel: "info"
|
2023-10-06 02:16:50 +00:00
|
|
|
enable_memcached: True
|
2023-02-16 05:06:42 +00:00
|
|
|
memcached_host: "localhost"
|
|
|
|
|
|
|
|
frontend:
|
2024-01-11 17:16:45 +00:00
|
|
|
enable: True
|
2024-01-11 17:08:22 +00:00
|
|
|
port: 8080
|
2023-02-16 05:06:42 +00:00
|
|
|
loglevel: "info"
|
2024-01-09 08:07:04 +00:00
|
|
|
secret: ""
|
2023-02-16 05:06:42 +00:00
|
|
|
|
|
|
|
allnet:
|
2024-01-11 17:08:22 +00:00
|
|
|
standalone: False
|
|
|
|
port: 80
|
2023-02-16 05:06:42 +00:00
|
|
|
loglevel: "info"
|
|
|
|
allow_online_updates: False
|
2023-04-23 23:06:44 +00:00
|
|
|
update_cfg_folder: ""
|
2023-02-16 05:06:42 +00:00
|
|
|
|
|
|
|
billing:
|
2024-01-09 08:07:04 +00:00
|
|
|
standalone: True
|
|
|
|
loglevel: "info"
|
2023-02-16 05:06:42 +00:00
|
|
|
port: 8443
|
|
|
|
ssl_key: "cert/server.key"
|
|
|
|
ssl_cert: "cert/server.pem"
|
|
|
|
signing_key: "cert/billing.key"
|
|
|
|
|
|
|
|
aimedb:
|
|
|
|
loglevel: "info"
|
|
|
|
port: 22345
|
|
|
|
key: ""
|
2023-11-29 23:01:19 +00:00
|
|
|
id_secret: ""
|
2023-11-30 23:22:01 +00:00
|
|
|
id_lifetime_seconds: 86400
|
2023-02-17 06:37:59 +00:00
|
|
|
|
|
|
|
mucha:
|
|
|
|
loglevel: "info"
|