users.list_id_api_url
in sserver.cfg
UserAutoRegAPI.URL
in Init User Coin
It is used with the userlist-autoreg.php
above.
UserCoinMapURL
in Switcher API Server
You can use PHP-CLI
to quickly create a web server. Suppose you are using Ubuntu or Debian:
mkdir -p /var/www/html
cp *.php /var/www/html
apt install php-cli
php -S localhost:8000 -t /var/www/html
Then you can set list_id_api_url ="http://localhost:8000/userlist.php"
.
Note: the performance of PHP-CLI's web server is very poor, don't use it in a production environment.