mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-24 00:31:35 +02:00
set host
This commit is contained in:
parent
0511635443
commit
5506939678
4 changed files with 32 additions and 23 deletions
|
@ -39,4 +39,6 @@ Rails.application.configure do
|
|||
|
||||
# flush stdout in order to get logs in realtime
|
||||
$stdout.sync = true
|
||||
|
||||
config.hosts = "stadtratmonitor.codeforleipzig.de"
|
||||
end
|
||||
|
|
|
@ -75,4 +75,6 @@ Rails.application.configure do
|
|||
|
||||
# Do not dump schema after migrations.
|
||||
config.active_record.dump_schema_after_migration = false
|
||||
|
||||
config.hosts = "stadtratmonitor.codeforleipzig.de"
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue