1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 06:28:42 +01:00

Auto session storage key (#1767)

This commit is contained in:
Vano Devium
2022-06-02 21:44:32 +03:00
committed by GitHub
parent 18d6aa2a34
commit af08b5cd1b
5 changed files with 15 additions and 18 deletions

View File

@@ -20,7 +20,6 @@ type Config struct {
Addr string
Version string
TailSize int
Key string
Username string
Password string
}