mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 06:00:53 +03:00
make geoip lookup optional
This commit is contained in:
@@ -149,6 +149,11 @@ const conf = convict({
|
||||
format: String,
|
||||
default: '',
|
||||
env: 'SURVEY_URL'
|
||||
},
|
||||
ip_db: {
|
||||
format: String,
|
||||
default: '',
|
||||
env: 'IP_DB'
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user