## -*- indent-tabs-mode:nil; coding: utf-8 -*- ## Copyright (C) 2015,2016,2017 ## "Mu Lei" known as "NalaGinrut" ## Artanis is free software: you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by ## the Free Software Foundation, either version 3 of the License, or ## (at your option) any later version. ## Artanis is distributed in the hope that it will be useful, ## but WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ## GNU General Public License for more details. ## You should have received a copy of the GNU General Public License ## along with this program. If not, see . ## --------------------------------------------------------------------- ## The skeleton of config file, you may modify it on your own purpose. ## DON'T TYPE `;' AT THE END OF LINE!!! ## --------------------------------------------------------------------- ## Please read the manual or /etc/artanis/default.conf if you have problem ## to understand these items. db.enable = false db.dbd = mysql db.proto = tcp db.addr = 127.0.0.1:3306 db.socketfile = false db.username = root db.passwd = db.name = test db.engine = InnoDB db.poolsize = 64 db.pool = increase db.encodeparams = false server.info = GNU Artanis-0.2.3.7-7af3-dirty server.nginx = false server.charset = utf-8 server.syspage.path = /etc/artanis/pages server.backlog = 128 server.wqlen = 64 server.trigger = edge server.engine = ragnarok server.polltimeout = 500 server.bufsize = 12288 server.multi = true server.websocket = true websocket.maxpayload = 18446744073709551615 websocket.minpayload = 1 websocket.fragment = 4096 websocket.maxsize = 1024 host.name = false host.addr = 127.0.0.1 host.port = 3000 host.family = ipv4 session.path = session session.backend = simple upload.types = jpg,png,gif upload.path = upload upload.size = 5242880 cache.maxage = 3600 debug.enable = false debug.monitor = ## End Of Artanis conf.