mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 19:46:55 +08:00
13 lines
272 B
Plaintext
13 lines
272 B
Plaintext
###
|
|
# .procfile example
|
|
##
|
|
# Move this file to .procfile and change the values
|
|
# below to suit your needs.
|
|
###
|
|
|
|
# This specifies how many of each task to run
|
|
concurrency: web=2,sidekiq=1,clockwork=1
|
|
|
|
# Define the port range to use, must be in multiples of 1000
|
|
port: 3000
|