From 050d66d2575572d8b528a6de9ff43294a4b5f9cc Mon Sep 17 00:00:00 2001 From: khiroki Date: Sat, 16 May 2015 13:34:42 +0900 Subject: [PATCH] Update webapi.conf.example --- webapi/config/webapi.conf.example | 1 + 1 file changed, 1 insertion(+) diff --git a/webapi/config/webapi.conf.example b/webapi/config/webapi.conf.example index fac9fc7..9e4ab0f 100644 --- a/webapi/config/webapi.conf.example +++ b/webapi/config/webapi.conf.example @@ -1,2 +1,3 @@ # Database connection string +# added by test2 database_uri 'mysql2://localhost/tiny_web_example?user=root'