From 2235ec238cc7e9d16d1b831b20d60ec2ecabc4ed Mon Sep 17 00:00:00 2001 From: Jorai Geertsema Date: Tue, 12 Nov 2024 14:26:37 +0100 Subject: [PATCH 1/2] edited the env file --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index f98c69fb8..6cffc91c3 100644 --- a/.env.example +++ b/.env.example @@ -18,8 +18,8 @@ TREASURER_NAME= TREASURER_PHONE= AUTHORIZE_URL=/oauth/authorize -TOKEN_URL=/oauth/token -ME_URL=/oauth/me +TOKEN_URL=/api/v1/oauth/token +ME_URL=/api/v1/users?filter[me]&include="active_groups" COMPANY_NAME=Stichting Sociƫteit Flux COMPANY_IBAN=NL68 INGB 0008 1654 20 From fd3b06929ca70c52f3af3317a3c2e5e7e6fb4f36 Mon Sep 17 00:00:00 2001 From: lodewiges <131907615+lodewiges@users.noreply.github.com> Date: Mon, 18 Nov 2024 21:10:04 +0100 Subject: [PATCH 2/2] changed company name to UTF-8 --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 6cffc91c3..2667f8681 100644 --- a/.env.example +++ b/.env.example @@ -21,7 +21,7 @@ AUTHORIZE_URL=/oauth/authorize TOKEN_URL=/api/v1/oauth/token ME_URL=/api/v1/users?filter[me]&include="active_groups" -COMPANY_NAME=Stichting Sociƫteit Flux +COMPANY_NAME=Stichting Societeit Flux COMPANY_IBAN=NL68 INGB 0008 1654 20 COMPANY_ADDRESS=Oude Markt 24-3, 7511 GB Enschede COMPANY_WEBSITE=https://societeitflux.nl