update AppName

This commit is contained in:
David Newhall II 2021-06-23 03:47:48 -07:00
parent cfa81330bd
commit 7fba4488f0
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ import (
const ( const (
// AppName is the name of the application. // AppName is the name of the application.
AppName = "unifi-poller" AppName = "unpoller"
// ENVConfigPrefix is the prefix appended to an env variable tag name. // ENVConfigPrefix is the prefix appended to an env variable tag name.
ENVConfigPrefix = "UP" ENVConfigPrefix = "UP"
) )