Browse Source

Fix host to 0.0.0.0 (#3099)

Faustino Aguilar 7 years ago
parent
commit
fd544322cf
1 changed files with 1 additions and 0 deletions
  1. 1 0
      frameworks/Crystal/amber/config/application.cr

+ 1 - 0
frameworks/Crystal/amber/config/application.cr

@@ -7,4 +7,5 @@ Amber::Server.configure do |app|
   app.name = "TFB test app"
   app.color = false
   app.port = 8080
+  app.host = "0.0.0.0"
 end