add config samples
This commit is contained in:
parent
e587e645fc
commit
bfdfc634e4
3
.gitignore
vendored
3
.gitignore
vendored
@ -30,4 +30,5 @@ fabric.properties
|
||||
.idea/caches/build_file_checksums.ser
|
||||
.env
|
||||
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