about summary refs log tree commit diff
path: root/config/environments
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2021-08-21 23:43:16 -0400
committerBen Harris <ben@tilde.team>2021-08-21 23:43:16 -0400
commit4cc1a2f9dc215f91e969269002496b611d933e32 (patch)
tree3ce174b1f9417a07fda71d7482b38d8ee4138c1b /config/environments
parent819a3edae405227f11283ad494a7f4ca9c771467 (diff)
add players controller and start homepage
Diffstat (limited to 'config/environments')
-rw-r--r--config/environments/development.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/environments/development.rb b/config/environments/development.rb
index c06462a..f3c06d0 100644
--- a/config/environments/development.rb
+++ b/config/environments/development.rb
@@ -1,6 +1,6 @@
 Rails.application.configure do
   config.hosts << "odin"
-  config.web_console.permissions = '192.168.1.120'
+  config.web_console.permissions = '192.168.1.1/24'
   # Settings specified here will take precedence over those in config/application.rb.
 
   # In the development environment your application's code is reloaded on