Module: Radiowaves::Config
- Included in:
- Railtie
- Defined in:
- lib/radiowaves/config.rb
Instance Method Summary collapse
Instance Method Details
#host ⇒ Object
4 5 6 |
# File 'lib/radiowaves/config.rb', line 4 def host 'localhost' end |
#port ⇒ Object
8 9 10 |
# File 'lib/radiowaves/config.rb', line 8 def port 12017 end |