Welcome to mirror list, hosted at ThFree Co, Russian Federation.

script_server_config.yml.example « config - github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d90b29b175396dca3787468a993757d26e284625 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
script_server:
  # Enable thin as application server
  enable_thin: true

  # Port on which thin should listen
  thin_port: 3000

  # Customize thin's startup
  default_thin_args: "-p $THIN_PORT -e $RAILS_ENV"

  # Possibilities are development, production
  rails_env: "development"