working on view location details page

This commit is contained in:
2022-04-11 22:41:14 -04:00
parent c79dc69bb0
commit 55df431241
28 changed files with 549 additions and 346 deletions

View File

@@ -12,7 +12,7 @@ import (
var defaultConfig = `# All values in this config file WILL BE overwritten by ENV variables (GI_SERVER_PORT for example) if they exist.
Server:
port: 3500
LocationFilesDir: "./app/photos/locations/"
LocationFilesDir: "./app/files/locations/"
Logger:
loglevel: "debug" # debug/info/warn/error
@@ -31,7 +31,7 @@ type Config struct {
Timezone string `fig:"tz" default:"America/New_York"`
Server struct {
Port string `fig:"port" default:"3000"`
LocationFilesDir string `fig:"LocationFilesDir" default:"./app/photos/locations/"`
LocationFilesDir string `fig:"LocationFilesDir" default:"./app/files/locations/"`
}
Logger struct {
Level string `fig:"loglevel" default:"info"`