12 lines
319 B
PHP
12 lines
319 B
PHP
<?
|
|
$INSTALL_URL = "https://32bit.cafe/devtest/";
|
|
|
|
// point this at the Single Sign On instance
|
|
$AUTHENTIK_BASE_URL = "https://auth.32bit.cafe/";
|
|
$AUTHENTIK_CLIENT_ID = "";
|
|
$AUTHENTIK_CLIENT_SECRET = "";
|
|
|
|
// don't modify this unless you know what you're doing
|
|
$AUTHENTIK_REDIRECT_URL = "$INSTALL_URL/login/";
|
|
?>
|