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