artemis/example_config/core.yaml

67 lines
1.2 KiB
YAML
Raw Normal View History

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