forked from Hay1tsme/artemis
accidentally changed example config
This commit is contained in:
parent
1f9c1798c4
commit
7d8093bb54
@ -1,66 +1,65 @@
|
|||||||
server:
|
server:
|
||||||
listen_address: "127.0.0.1"
|
listen_address: "127.0.0.1"
|
||||||
hostname: "localhost"
|
|
||||||
port: 80
|
|
||||||
ssl_key: "cert/title.key"
|
|
||||||
ssl_cert: "cert/title.crt"
|
|
||||||
allow_user_registration: True
|
allow_user_registration: True
|
||||||
allow_unregistered_serials: True
|
allow_unregistered_serials: True
|
||||||
name: "ARTEMiS"
|
name: "ARTEMiS"
|
||||||
is_develop: True
|
is_develop: True
|
||||||
is_using_proxy: False
|
is_using_proxy: False
|
||||||
proxy_port: 0
|
threading: False
|
||||||
proxy_port_ssl: 0
|
|
||||||
log_dir: "logs"
|
log_dir: "logs"
|
||||||
check_arcade_ip: False
|
check_arcade_ip: False
|
||||||
strict_ip_checking: False
|
strict_ip_checking: False
|
||||||
|
|
||||||
title:
|
title:
|
||||||
loglevel: "info"
|
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_start_time: "04:00"
|
||||||
reboot_end_time: "05:00"
|
reboot_end_time: "05:00"
|
||||||
|
|
||||||
|
|
||||||
database:
|
database:
|
||||||
host: "192.168.192.12"
|
host: "localhost"
|
||||||
username: "aime"
|
username: "aime"
|
||||||
password: "aime"
|
password: "aime"
|
||||||
name: "aime"
|
name: "aime"
|
||||||
port: 3306
|
port: 3306
|
||||||
protocol: "mysql"
|
protocol: "mysql"
|
||||||
sha2_password: False
|
sha2_password: False
|
||||||
loglevel: "info"
|
loglevel: "warn"
|
||||||
|
user_table_autoincrement_start: 10000
|
||||||
enable_memcached: True
|
enable_memcached: True
|
||||||
memcached_host: "localhost"
|
memcached_host: "localhost"
|
||||||
|
|
||||||
frontend:
|
frontend:
|
||||||
enable: True
|
enable: False
|
||||||
port: 8080
|
port: 8090
|
||||||
loglevel: "info"
|
loglevel: "info"
|
||||||
secret: ""
|
|
||||||
|
|
||||||
allnet:
|
allnet:
|
||||||
standalone: False
|
|
||||||
port: 80
|
|
||||||
loglevel: "info"
|
loglevel: "info"
|
||||||
|
port: 80
|
||||||
|
ip_check: False
|
||||||
allow_online_updates: False
|
allow_online_updates: False
|
||||||
update_cfg_folder: ""
|
update_cfg_folder: ""
|
||||||
|
|
||||||
billing:
|
billing:
|
||||||
standalone: True
|
|
||||||
loglevel: "info"
|
|
||||||
port: 8443
|
port: 8443
|
||||||
ssl_key: "cert/server.key"
|
ssl_key: "cert/server.key"
|
||||||
ssl_cert: "cert/server.pem"
|
ssl_cert: "cert/server.pem"
|
||||||
signing_key: "cert/billing.key"
|
signing_key: "cert/billing.key"
|
||||||
|
|
||||||
aimedb:
|
aimedb:
|
||||||
enable: True
|
|
||||||
listen_address: ""
|
|
||||||
loglevel: "info"
|
loglevel: "info"
|
||||||
port: 22345
|
port: 22345
|
||||||
key: "Copyright(C)SEGA"
|
key: ""
|
||||||
id_secret: ""
|
id_secret: ""
|
||||||
id_lifetime_seconds: 86400
|
id_lifetime_seconds: 86400
|
||||||
|
|
||||||
mucha:
|
mucha:
|
||||||
|
enable: False
|
||||||
|
hostname: "localhost"
|
||||||
loglevel: "info"
|
loglevel: "info"
|
||||||
|
Loading…
Reference in New Issue
Block a user