Skip to content

Commit c07cf61

Browse files
committed
Run on localhost by default (in dev mode)
1 parent d643c45 commit c07cf61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/project.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const config = {
2424
// ----------------------------------
2525
// Server Configuration
2626
// ----------------------------------
27-
server_host : ip.address(), // use string 'localhost' to prevent exposure on local network
27+
server_host : 'localhost', // ip.address(), // use string 'localhost' to prevent exposure on local network
2828
server_port : process.env.PORT || 8000,
2929

3030
// ----------------------------------

0 commit comments

Comments
 (0)