mirror of
https://github.com/unpoller/unpoller.git
synced 2026-03-31 06:24:21 -04:00
10 lines
288 B
Go
10 lines
288 B
Go
// +build windows
|
|
|
|
package poller
|
|
|
|
// DefaultConfFile is where to find config if --config is not prvided.
|
|
const DefaultConfFile = `C:\ProgramData\unifi-poller\up.conf`
|
|
|
|
// DefaultObjPath is useless in this context. Bummer.
|
|
const DefaultObjPath = "PLUGINS_DO_NOT_WORK_ON_WINDOWS_SOWWWWWY"
|