Commit 51fd08a0 by source_reader

changed aws data app subdomain

parent 3d8490e9
Showing with 3 additions and 3 deletions
...@@ -104,9 +104,9 @@ Rails.application.configure do ...@@ -104,9 +104,9 @@ Rails.application.configure do
config.interface_url_template = lambda do |id| config.interface_url_template = lambda do |id|
# change to subdomains for additional security # change to subdomains for additional security
# NOTE: this requires a DNS server # NOTE: this requires a DNS server
# return "http://#{id}.interfaces.wattsworth.local" return "https://#{id}.module.cloud.wattsworth.net"
#
return "/api/interfaces/#{id}/" #return "/api/interfaces/#{id}/"
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment