remove authelia multi domain
This commit is contained in:
parent
7a056a6c5a
commit
bb719bc176
1 changed files with 14 additions and 12 deletions
|
|
@ -94,18 +94,20 @@
|
|||
expiration = "12h";
|
||||
inactivity = "45m";
|
||||
remember_me_duration = "1M";
|
||||
cookies = [
|
||||
{
|
||||
domain = "cloonar.com";
|
||||
}
|
||||
{
|
||||
domain = "cloonar.dev";
|
||||
}
|
||||
{
|
||||
domain = "gbv-aktuell.at";
|
||||
same_site = "strict";
|
||||
}
|
||||
];
|
||||
domain = "cloonar.com";
|
||||
# todo: enable with 4.38
|
||||
# cookies = [
|
||||
# {
|
||||
# domain = "cloonar.com";
|
||||
# }
|
||||
# {
|
||||
# domain = "cloonar.dev";
|
||||
# }
|
||||
# {
|
||||
# domain = "gbv-aktuell.at";
|
||||
# same_site = "strict";
|
||||
# }
|
||||
# ];
|
||||
};
|
||||
|
||||
regulation = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue