diff options
Diffstat (limited to 'app/Makefile')
| -rw-r--r-- | app/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/Makefile b/app/Makefile index c614492..41a813f 100644 --- a/app/Makefile +++ b/app/Makefile @@ -7,6 +7,12 @@ endif ifndef STATUS_DB_IMPORT_DRIVER export STATUS_DB_IMPORT_DRIVER:=github.com/mattn/go-sqlite3 endif +ifndef STATUS_REDIS_SERVER + export STATUS_REDIS_SERVER:=127.0.0.1 +endif +ifndef STATUS_REDIS_PORT + export STATUS_REDIS_PORT:=6379 +endif IMPORT_FILE:=import.go |
