diff --git a/.env.dist b/.env.dist new file mode 100644 index 0000000..7cdfaa2 --- /dev/null +++ b/.env.dist @@ -0,0 +1,7 @@ +AUTHORIZE_URL="https://welcome-dev.electrickiwi.co.nz/oauth/authorize" +TOKEN_URL="https://welcome-dev.electrickiwi.co.nz/oauth/token" +API_URL="https://api-dev.electrickiwi.co.nz/" +REDIRECT_URI="https://ek.pointy.nz" +SCOPES="read_hop_intervals_config read_hop_connection save_hop_connection read_session" +CLIENT_ID="..." +CLIENT_SECRET="..." \ No newline at end of file