gpaste/gpaste-server.toml
Torjus Håkestad a8a64d118c
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add auth middleware
2022-01-20 01:04:44 +01:00

7 lines
98 B
TOML

LogLevel = "DEBUG"
URL = "http://paste.example.org"
ListenAddr = ":8080"
[Store]
Type = "memory"