diff --git a/commands/templates/client/config.js b/commands/templates/client/config.js index 10da9ae..8e72875 100644 --- a/commands/templates/client/config.js +++ b/commands/templates/client/config.js @@ -45,4 +45,4 @@ export const log_levels = ["debug", "warn", "info", "error", "table", "assert"]; export const twitter_user = "@lzsthw"; -export const site_name = "localhost:5001"; +export const site_name = "127.0.0.1:5001";