diff --git a/.gitignore b/.gitignore index aafe43d..c6f708c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,9 +2,13 @@ *.a stratum/stratum stratum/blocknotify +blocknotify/blocknotify +bin/stratum +bin/blocknotify stratum/config/ +log/ *.log web/yaamp/runtime/* cookies/ -bin/blocknotify - +bin/blocknotif +web/serverconfig.php diff --git a/README.md b/README.md index 02cae6a..7d39b5c 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,8 @@ Some scripts are expecting the web folder to be /var/web. You can use directory Add your exchange API public and secret keys in these two separated files: - /etc/yaamp/keys.php - web/serverconfig.php + /etc/yaamp/keys.php - fixed path in code + web/serverconfig.php - use sample as base... You can find sample config files in web/serverconfig.sample.php and web/keys.sample.php diff --git a/web/serverconfig.php b/web/serverconfig.php deleted file mode 120000 index 50b45cf..0000000 --- a/web/serverconfig.php +++ /dev/null @@ -1 +0,0 @@ -/etc/yamp/serverconfig.php \ No newline at end of file