5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-03 05:06:07 +00:00

panel.sutty.nl

This commit is contained in:
f 2019-09-06 22:00:23 -03:00
parent 617de1701a
commit d6367dea8a
No known key found for this signature in database
GPG key ID: 2AE5A13E321F953D

View file

@ -6,6 +6,6 @@ Rails.application.configure do
domain = ENV.fetch('SUTTY', 'sutty.nl')
config.hosts << domain
config.hosts << "edit.#{domain}"
config.hosts << "panel.#{domain}"
config.hosts << "api.#{domain}"
end