mirror of
https://github.com/mvvasilev/personal-finances.git
synced 2025-04-19 14:19:52 +03:00
Using authentik now
This commit is contained in:
parent
70a67bf537
commit
6a5ea58e08
2 changed files with 8 additions and 2 deletions
6
.idea/vcs.xml
generated
Normal file
6
.idea/vcs.xml
generated
Normal file
|
@ -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>
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue