Compare commits
3 commits
a96a27a89b
...
7a056a6c5a
| Author | SHA1 | Date | |
|---|---|---|---|
| 7a056a6c5a | |||
| 9dc702932b | |||
| 1ce0f54d5e |
1 changed files with 12 additions and 2 deletions
|
|
@ -94,8 +94,18 @@
|
|||
expiration = "12h";
|
||||
inactivity = "45m";
|
||||
remember_me_duration = "1M";
|
||||
cookies = [
|
||||
{
|
||||
domain = "cloonar.com";
|
||||
same_site = "none";
|
||||
}
|
||||
{
|
||||
domain = "cloonar.dev";
|
||||
}
|
||||
{
|
||||
domain = "gbv-aktuell.at";
|
||||
same_site = "strict";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
regulation = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue