equal
deleted
inserted
replaced
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), |