gin-base/db/config.yaml

8 lines
218 B
YAML

database:
host: '127.0.0.1'
port: '3306'
user: 'root'
pass: '123456'
name: 'test'
type: 'mysql'