OSDN Git Service

Implementation of the Appendix Attach on Reply
[open-pdm-light/PartList.git] / PartsList / PartsList / conf / application.conf
index eb84e15..3b79b6f 100644 (file)
@@ -39,8 +39,8 @@ application.langs="en,ja"
 # db.default.password=""
 db.default.driver=com.mysql.jdbc.Driver
 db.default.url="jdbc:mysql://localhost/play_db?useUnicode=yes&characterEncoding=UTF-8"
-db.default.user=myuser
-db.default.password="mypass"
+db.default.user=dbuser
+db.default.password="dbpass"
 
 # Evolutions
 # ~~~~~