Skip to content

Commit

Permalink
data/data.go: Add PhotoDir field to Config struct.
Browse files Browse the repository at this point in the history
  • Loading branch information
takatoh committed May 11, 2018
1 parent ff22837 commit 8a54de1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ type Config struct {
SiteName string `json:"site_name"`
HostName string `json:"host_name"`
Port int `json:"port"`
PhotoDir string `json:"photo_dir"`
}

0 comments on commit 8a54de1

Please sign in to comment.