diff --git a/.gitignore b/.gitignore index b87b2a5..903d241 100644 --- a/.gitignore +++ b/.gitignore @@ -30,4 +30,5 @@ fabric.properties .idea/caches/build_file_checksums.ser .env tmp/ -vendor/ \ No newline at end of file +vendor/ +config/*.yaml \ No newline at end of file diff --git a/config/default.yaml b/config/default.yaml deleted file mode 100644 index b3f2d12..0000000 --- a/config/default.yaml +++ /dev/null @@ -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 - diff --git a/config/default.yml-sample b/config/default.yml-sample new file mode 100644 index 0000000..976c17a --- /dev/null +++ b/config/default.yml-sample @@ -0,0 +1,4 @@ +db: + driver: mysql + data_source_name: user:passwd@(localhost:3306)/dbname + diff --git a/config/rutracker.yaml b/config/rutracker.yml-sample similarity index 100% rename from config/rutracker.yaml rename to config/rutracker.yml-sample