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

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlec Leamas <leamas.alec@gmail.com>2010-10-20 22:19:49 +0400
committerAlec Leamas <leamas.alec@gmail.com>2010-10-21 00:05:42 +0400
commit03f637eca9e4f61e35ca1a9a68ab7a71ca9931e3 (patch)
tree6b837b2b1c3c5aaef6f9e348def4b1eeda221bf9 /config/app_config.yml.example
parent961510a8ed06590109a8090686355ffdcde71180 (diff)
Polishing up after git mess...
Diffstat (limited to 'config/app_config.yml.example')
-rw-r--r--config/app_config.yml.example3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/app_config.yml.example b/config/app_config.yml.example
index 0bd3771f7..00dcb0b5f 100644
--- a/config/app_config.yml.example
+++ b/config/app_config.yml.example
@@ -7,6 +7,7 @@ default:
debug: false
socket_debug : false
socket_host: 0.0.0.0
+ socket_pidfile: "log/diaspora-wsd.pid"
socket_port: 8080
socket_collection_name: 'websocket'
pubsub_server: 'https://pubsubhubbub.appspot.com/'
@@ -18,7 +19,7 @@ default:
smtp_authentication: 'plain'
smtp_username: 'no-reply@example.com'
smtp_password: 'secret'
-
+
development: