diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/APIGateway/.env.example b/APIGateway/.env.example index 52044a7..932b516 100644 --- a/APIGateway/.env.example +++ b/APIGateway/.env.example @@ -1,5 +1,5 @@ -AUTHENTIK_CLIENT_ID= github oauth2 client id -AUTHENTIK_CLIENT_SECRET= github oauth2 client secret +AUTHENTIK_CLIENT_ID= authentik oauth2 client id +AUTHENTIK_CLIENT_SECRET= authentik oauth2 client secret GATEWAY_URI= http://localhost:8080 API_URI= http://localhost:8081