Removed session daysvalid
This commit is contained in:
parent
51f96cddb1
commit
3506566e45
2 changed files with 1 additions and 4 deletions
|
@ -23,9 +23,6 @@ database:
|
|||
username: smon
|
||||
password: you_wish
|
||||
|
||||
session:
|
||||
daysvalid: 31
|
||||
|
||||
application:
|
||||
logfile: /var/log/smon.log
|
||||
nodata_interval: 60
|
||||
|
|
2
go.mod
2
go.mod
|
@ -3,7 +3,7 @@ module smon
|
|||
go 1.22.0
|
||||
|
||||
require (
|
||||
git.gibonuddevalla.se/go/webservice v0.2.15
|
||||
git.gibonuddevalla.se/go/webservice v0.2.16
|
||||
git.gibonuddevalla.se/go/wrappederror v0.3.4
|
||||
github.com/expr-lang/expr v1.16.5
|
||||
github.com/jmoiron/sqlx v1.3.5
|
||||
|
|
Loading…
Add table
Reference in a new issue