96e7671db4
Change-Id: I7e2c7d70c5c2958c15a3e1d3ae4ece26dc68fe8a
10 lines
138 B
YAML
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
|
|
|
|
...
|