oragono/templates/oragono.yaml.j2
changeset 118 56bffa9ef826
parent 116 837cf4c1b717
child 137 645c1e109921
equal deleted inserted replaced
117:3f0ce0a54663 118:56bffa9ef826
   286         # - "10.0.0.0/8"
   286         # - "10.0.0.0/8"
   287 
   287 
   288     # oragono will write files to disk under certain circumstances, e.g.,
   288     # oragono will write files to disk under certain circumstances, e.g.,
   289     # CPU profiling or data export. by default, these files will be written
   289     # CPU profiling or data export. by default, these files will be written
   290     # to the working directory. set this to customize:
   290     # to the working directory. set this to customize:
   291     # output-path: "/home/oragono/out"
   291     output-path: "/var/oragono"
   292 
   292 
   293 # account options
   293 # account options
   294 accounts:
   294 accounts:
   295     # is account authentication enabled, i.e., can users log into existing accounts?
   295     # is account authentication enabled, i.e., can users log into existing accounts?
   296     authentication-enabled: true
   296     authentication-enabled: true
   604 
   604 
   605         # custom whois line
   605         # custom whois line
   606         whois-line: "server admin"
   606         whois-line: "server admin"
   607 
   607 
   608         # custom hostname
   608         # custom hostname
   609         vhost: "ops.{{oragono_network_name}}"
   609         vhost: "opr.{{oragono_network_name}}"
   610 
   610 
   611         # modes are the modes to auto-set upon opering-up
   611         # modes are the modes to auto-set upon opering-up
   612         modes: +is acjknoqtuxv
   612         modes: +is acjknoqtuxv
   613 
   613 
   614         # operators can be authenticated either by password (with the /OPER command),
   614         # operators can be authenticated either by password (with the /OPER command),