feat: xsrf_token set
This commit is contained in:
parent
31e55c0539
commit
b79a6b9117
5 changed files with 117 additions and 20 deletions
|
|
@ -1,6 +1,9 @@
|
|||
package main
|
||||
|
||||
type Config struct {
|
||||
JwtPrivateKey string
|
||||
LogLevel string `toml:"LogLevel" env:"LOG_LEVEL"`
|
||||
Mode string
|
||||
ServiceAddress string `toml:"ServiceAddress" env:"SERVICE_ADDRESS"`
|
||||
DdUrl string `toml:"DbUrl" env:"DATABASE_URL"`
|
||||
JwtPrivateKey string `toml:"JwtPrivateKey" env:"JWT_PRIVATE_KEY"`
|
||||
LogLevel string `toml:"LogLevel" env:"LOG_LEVEL"`
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue