# This is the database setting for WebArray, you may modify it to fit your situations.
host = 'localhost'
port = 3306
user = 'webarray'
passwd = 'WebArray_PASSWORD'
db = 'webarray'
