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
path: root/config
diff options
context:
space:
mode:
authorJonne Hass <mrzyx@mrzyx.de>2011-09-04 21:51:24 +0400
committerJonne Hass <mrzyx@mrzyx.de>2011-09-04 21:51:24 +0400
commitd1a5e627ba28a106a16bbf6114461228e185904c (patch)
treec76c34b45646e1d86aecdae74dae4e700cf879df /config
parent5e7ec82fe42b8d1b38acfc01d50e149d02471f17 (diff)
export DB in script/server
Diffstat (limited to 'config')
-rw-r--r--config/script_server_config.yml.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/script_server_config.yml.example b/config/script_server_config.yml.example
index d90b29b17..07b3f1d53 100644
--- a/config/script_server_config.yml.example
+++ b/config/script_server_config.yml.example
@@ -1,4 +1,7 @@
script_server:
+ # Choose database. Currently supported: mysql, postgres
+ db: "mysql"
+
# Enable thin as application server
enable_thin: true