removed scripts
This commit is contained in:
parent
fe207f3fab
commit
0895be4b8f
5 changed files with 2 additions and 75 deletions
|
|
@ -8,8 +8,8 @@ import (
|
|||
)
|
||||
|
||||
type Config struct {
|
||||
Dir string `env:"DIR" envDefault:"/tmp/grib"`
|
||||
TTL time.Duration `env:"TTL" envDefault:"24h"`
|
||||
Dir string `env:"DIR" envDefault:"C:/tmp/grib"`
|
||||
TTL time.Duration `env:"TTL" envDefault:"48h"`
|
||||
CacheTTL time.Duration `env:"CACHE_TTL" envDefault:"1h"`
|
||||
Parallel int `env:"PARALLEL" envDefault:"8"`
|
||||
DatasetURL string `env:"DATASET_URL" envDefault:"https://nomads.ncep.noaa.gov/pub/data/nccf/com/gfs/prod"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue