1
0
mirror of synced 2024-11-24 14:30:09 +01:00
artemis/example_config/core.yaml

67 lines
1.1 KiB
YAML
Raw Normal View History

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"
allow_user_registration: True
2023-02-18 06:00:30 +01:00
allow_unregistered_serials: True
name: "ARTEMiS"
is_develop: True
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
title:
loglevel: "info"
reboot_start_time: "04:00"
reboot_end_time: "05:00"
2024-01-09 19:57:59 +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
memcached_host: "localhost"
frontend:
2024-01-12 02:34:53 +01:00
enable: False
2024-01-11 18:08:22 +01:00
port: 8080
loglevel: "info"
2024-01-09 09:07:04 +01:00
secret: ""
allnet:
2024-01-11 18:08:22 +01:00
standalone: False
port: 80
loglevel: "info"
allow_online_updates: False
2023-04-24 01:06:44 +02:00
update_cfg_folder: ""
billing:
2024-01-09 09:07:04 +01: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-11 18:25:35 +01:00
enable: True
2024-01-14 22:48:41 +01:00
listen_address: ""
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
mucha:
loglevel: "info"