From 0159c60ed26f7e1342665d88769e8a4cbf9ab75b Mon Sep 17 00:00:00 2001 From: Damian Peterson Date: Wed, 26 Jul 2023 09:32:38 +1200 Subject: [PATCH] Add .env.dist file to help with forking Saves having to deduce what variable names I've used from the source code. --- .env.dist | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .env.dist 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