From 6a5ea58e081ae315d74f2cfa25dc1d73bf50edc4 Mon Sep 17 00:00:00 2001
From: mvvasilev <me@mvvasilev.dev>
Date: Thu, 14 Dec 2023 20:14:25 +0200
Subject: [PATCH] Using authentik now

---
 .idea/vcs.xml           | 6 ++++++
 APIGateway/.env.example | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)
 create mode 100644 .idea/vcs.xml

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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="VcsDirectoryMappings">
+    <mapping directory="$PROJECT_DIR$" vcs="Git" />
+  </component>
+</project>
\ 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