mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-09-29 23:00:33 +00:00
remove serverconfig.php from git
This commit is contained in:
parent
1824eb7d64
commit
a775238115
3 changed files with 8 additions and 5 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -2,9 +2,13 @@
|
||||||
*.a
|
*.a
|
||||||
stratum/stratum
|
stratum/stratum
|
||||||
stratum/blocknotify
|
stratum/blocknotify
|
||||||
|
blocknotify/blocknotify
|
||||||
|
bin/stratum
|
||||||
|
bin/blocknotify
|
||||||
stratum/config/
|
stratum/config/
|
||||||
|
log/
|
||||||
*.log
|
*.log
|
||||||
web/yaamp/runtime/*
|
web/yaamp/runtime/*
|
||||||
cookies/
|
cookies/
|
||||||
bin/blocknotify
|
bin/blocknotif
|
||||||
|
web/serverconfig.php
|
||||||
|
|
|
@ -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:
|
Add your exchange API public and secret keys in these two separated files:
|
||||||
|
|
||||||
/etc/yaamp/keys.php
|
/etc/yaamp/keys.php - fixed path in code
|
||||||
web/serverconfig.php
|
web/serverconfig.php - use sample as base...
|
||||||
|
|
||||||
You can find sample config files in web/serverconfig.sample.php and web/keys.sample.php
|
You can find sample config files in web/serverconfig.sample.php and web/keys.sample.php
|
||||||
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
/etc/yamp/serverconfig.php
|
|
Loading…
Add table
Reference in a new issue