diaspora/config/script_server_config.yml.example
2011-09-04 19:51:24 +02:00

15 lines
357 B
Text

script_server:
# Choose database. Currently supported: mysql, postgres
db: "mysql"
# 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"