This website requires JavaScript.
Explore
Help
Sign in
local-it
/
dashboard
Watch
0
Star
0
Fork
You've already forked dashboard
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
660a2b5a8c
dashboard
/
config.py
5 lines
95 B
Python
Raw
Normal View
History
Unescape
Escape
Initial commit
2021-09-27 12:03:35 +02:00
import
os
SECRET_KEY
=
os
.
environ
.
get
(
'
SECRET_KEY
'
)
Implemented initial communication with Kratos
2021-10-22 10:37:42 +02:00
KRATOS_URL
=
os
.
environ
.
get
(
'
KRATOS_URL
'
)
Reference in a new issue
Copy permalink