Changeset 149 in code for trunk/config


Ignore:
Timestamp:
Mar 21, 2024, 10:39:20 PM (15 months ago)
Author:
Izuru Yakumo
Message:

Ready for v0.2.3

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/config/config.go

    r147 r149  
    1515        UrlParameter string
    1616        HashParameter string
     17        ProxyEnv bool
    1718}
    1819
     
    3132        Config.UrlParameter = cfg.Section("yukari").Key("urlparam").String()
    3233        Config.HashParameter = cfg.Section("yukari").Key("hashparam").String()
    33 
     34        Config.ProxyEnv, _ = cfg.Section("yukari").Key("proxyenv").Bool()
    3435        return nil
    3536}
Note: See TracChangeset for help on using the changeset viewer.