make geoip lookup optional
This commit is contained in:
parent
43c728d5d4
commit
097d3c8377
2 changed files with 9 additions and 1 deletions
|
@ -149,6 +149,11 @@ const conf = convict({
|
|||
format: String,
|
||||
default: '',
|
||||
env: 'SURVEY_URL'
|
||||
},
|
||||
ip_db: {
|
||||
format: String,
|
||||
default: '',
|
||||
env: 'IP_DB'
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue