Skip to content

Commit

Permalink
Adjustments to Settings.json first creation.
Browse files Browse the repository at this point in the history
  • Loading branch information
JewishLewish committed Jan 11, 2023
1 parent 1202fd0 commit f2a28ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -286,12 +286,14 @@ func merge() image.Image {
func setup() {
fmt.Print("Creating Default Settings.json...")
defaultset := settings{
Frbool: true,
Frbool: false,
Fps: 15,
Update: 60,
Port: 8080,
Addr: "0.0.0.0",
Rlim: 30,
SFil: "none",
Pmap: false,
}
data, err := json.Marshal(defaultset)
if err != nil {
Expand Down

0 comments on commit f2a28ac

Please sign in to comment.