add config samples
This commit is contained in:
parent
e587e645fc
commit
bfdfc634e4
1
.gitignore
vendored
1
.gitignore
vendored
@ -31,3 +31,4 @@ fabric.properties
|
|||||||
.env
|
.env
|
||||||
tmp/
|
tmp/
|
||||||
vendor/
|
vendor/
|
||||||
|
config/*.yaml
|
@ -1,5 +0,0 @@
|
|||||||
db:
|
|
||||||
driver: mysql
|
|
||||||
# data_source_name: who:is@(10.14.88.1:6033)/go_tut_tokill
|
|
||||||
data_source_name: theamok_mdb:2ilt3l72(!)r71a0a0d@(10.14.88.1:6033)/theamok_mdb
|
|
||||||
|
|
4
config/default.yml-sample
Normal file
4
config/default.yml-sample
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
db:
|
||||||
|
driver: mysql
|
||||||
|
data_source_name: user:passwd@(localhost:3306)/dbname
|
||||||
|
|
Loading…
Reference in New Issue
Block a user