Changeset 149 in code for trunk/config
- Timestamp:
- Mar 21, 2024, 10:39:20 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/config/config.go
r147 r149 15 15 UrlParameter string 16 16 HashParameter string 17 ProxyEnv bool 17 18 } 18 19 … … 31 32 Config.UrlParameter = cfg.Section("yukari").Key("urlparam").String() 32 33 Config.HashParameter = cfg.Section("yukari").Key("hashparam").String() 33 34 Config.ProxyEnv, _ = cfg.Section("yukari").Key("proxyenv").Bool() 34 35 return nil 35 36 }
Note:
See TracChangeset
for help on using the changeset viewer.