mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 23:54:16 +08:00
3501533a2b
We had Prettier pinned because of https://github.com/prettier/prettier/issues/5529. Since that bug is fixed, unpinning. Prettier now supports YAML, so this applies Prettier to all .yml except for translations, which should not be edited directly anyway.
14 lines
248 B
YAML
14 lines
248 B
YAML
address: localhost
|
|
port: 3000
|
|
timeout: 30
|
|
pid: /tmp/web_server.pid
|
|
socket: /tmp/web_server.sock
|
|
max_conns: 1024
|
|
max_persistent_conns: 100
|
|
require: []
|
|
wait: 30
|
|
daemonize: true
|
|
chdir: $STACK_PATH
|
|
environment: $RAILS_ENV
|
|
log: $STACK_PATH/log/thin.log
|