mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-10 17:12:33 +08:00
chore: azz forgot how to write code
This commit is contained in:
parent
c316f53e23
commit
7e06abdca2
1 changed files with 1 additions and 1 deletions
2
app.go
2
app.go
|
@ -136,7 +136,7 @@ func NewHeadscale(cfg *Config) (*Headscale, error) {
|
||||||
)
|
)
|
||||||
|
|
||||||
if !cfg.DBssl {
|
if !cfg.DBssl {
|
||||||
dbString = dbString + " sslmode=disable"
|
dbString += " sslmode=disable"
|
||||||
}
|
}
|
||||||
|
|
||||||
if cfg.DBport != 0 {
|
if cfg.DBport != 0 {
|
||||||
|
|
Loading…
Reference in a new issue