Project Configurations
After the project is launched, the '. env' file will be loaded by default, and the main supported configuration items are as follows:
#Database host
DB_HOST=127.0.0.1
#Database port
DB_PORT=3306
#Database username
DB_USER=reactpress
#Database password
DB_PASSWD=reactpress
#Database Name
DB_DATABASE=reactpress
#Client address
CLIENT_SITE_URL= http://localhost:3001
#Server address
SERVER_SITE_URL= http://localhost:3002
#Github OAuth login ID
GITHUB_CLIENT_ID=0
#Github OAuth Login Secret
GITHUB_CLIENT_SECRET=0