Getting Started
Windows
Web Package - Windows:
Uniform Server (Recommended)
After configuring the database of Canary turn off Apache.
Login Server:
Extract Login Server in a folder of your preference.
Example .env file:
MYSQL_DBNAME=canary MYSQL_HOST=127.0.0.1 MYSQL_PORT=3306 MYSQL_USER=root MYSQL_PASS=root ENV_LOG_LEVEL=debug LOGIN_IP=127.0.0.1 LOGIN_HTTP_PORT=80 LOGIN_GRPC_PORT=9090 RATE_LIMITER_BURST=5 RATE_LIMITER_RATE=2 SERVER_IP=127.0.0.1 SERVER_NAME=Canary SERVER_PORT=7172 SERVER_LOCATION=BRA
How to edit the client:
Example of IP in the client:
http://127.0.0.1/login.php
Last updated