Log-Engine/.env

19 lines
425 B
Bash
Raw Normal View History

2023-09-28 16:51:25 -06:00
#Database details
HOST="192.168.2.56"
USER="root"
PASSWORD="@4y@4Ab6bP"
DATABASE="logs"
DBPORT="3306"
TENANTID = "538b9b1c-23fa-4102-b36e-a4d83fc9c4c1"
APPLICATIONID = "15366443-975d-443a-9c47-6f8a345d538f"
CLIENTKEY = "AZU8Q~2CLc-KyHDJb4ArQR~wSCZsZ5d49KzkVaBx"
URL = "https://login.microsoftonline.com/$tenantId/oauth2/token"
RESOURCE = "https://graph.microsoft.com/"
#JSONWEBTOKEN
#API PORT TO LISTEN ON
APIPORT="3000"