diaspora/config/app_config.yml
2010-08-09 14:27:17 -07:00

14 lines
297 B
YAML

development:
debug: false
socket_port: 8080
pubsub_server: 'https://pubsubhubbub.appspot.com/'
test:
debug: false
socket_port: 8081
pubsub_server: 'https://pubsubhubbub.appspot.com/'
production:
debug: false
socket_port: 8080
pubsub_server: 'https://pubsubhubbub.appspot.com/'