mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 13:06:44 +00:00
@@ -53,7 +53,7 @@ exports.handle = program => {
|
||||
|
||||
program.connectionLimit = 10;
|
||||
|
||||
if (program.host === 'localhost' || program.host === '127.0.0.1') {
|
||||
if (program.host === 'localhost' || program.host === '127.0.0.1' || program.host === '::1') {
|
||||
program.dynamic = 1
|
||||
}
|
||||
//console.log(program.rawArgs);
|
||||
|
||||
Reference in New Issue
Block a user