Initial commit: add .gitignore and README
This commit is contained in:
13
.env.example
Normal file
13
.env.example
Normal file
@@ -0,0 +1,13 @@
|
||||
# TP-LINK Open API Credentials
|
||||
TP_LINK_CLIENT_ID=your_client_id_here
|
||||
TP_LINK_CLIENT_SECRET=your_client_secret_here
|
||||
TP_LINK_APPLICATION=Datacenter-Control-Complete
|
||||
TP_LINK_MODE=Authorization Code
|
||||
|
||||
# API Configuration
|
||||
TP_LINK_API_BASE_URL=https://openapi.tplinkcloud.com
|
||||
TP_LINK_REDIRECT_URI=http://localhost:3000/callback
|
||||
|
||||
# Environment
|
||||
NODE_ENV=development
|
||||
PORT=3000
|
||||
Reference in New Issue
Block a user