From 8a4333e0cb22fd41e545df09521b56fcb22ff9ee Mon Sep 17 00:00:00 2001 From: Matt Farina Date: Thu, 9 Aug 2012 19:49:14 -0400 Subject: [PATCH] Added dbaas test config. --- test/example.settings.ini | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/example.settings.ini b/test/example.settings.ini index 4e03212..cb7311d 100644 --- a/test/example.settings.ini +++ b/test/example.settings.ini @@ -33,6 +33,12 @@ hpcloud.identity.password = hpcloud.identity.account = hpcloud.identity.secret = +;;;;;;;;;;;;;;;;;;;;;;;;; +; Database as a Service ; +;;;;;;;;;;;;;;;;;;;;;;;;; + +hpcloud.dbaas.database = "ponycorns" + ;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Configuration Parameters ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;