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
|
|
|
|
...
|