mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-09-26 21:30:32 +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
|
||||
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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
/etc/yamp/serverconfig.php
|
Loading…
Add table
Reference in a new issue