anvil/conf/components/db.yaml
Anastasia Karpinska 96e7671db4 Common configuration parameters were moved to general.yaml
Change-Id: I7e2c7d70c5c2958c15a3e1d3ae4ece26dc68fe8a
2013-05-31 18:28:54 -07:00

10 lines
138 B
YAML

# Settings for component db
---
# Where you db is located at and how to access it.
host: localhost
port: 3306
type: mysql
user: root
...