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

Merge branch 'usar-sutty-editor' into panel.sutty.nl
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
f 2023-02-03 11:50:37 -03:00
commit 84f8d8bd64

View file

@ -1,7 +1,7 @@
# frozen_string_literal: true
Rails.application.configure do
next Rails.env.test?
next if Rails.env.test?
domain = ENV.fetch('SUTTY', 'sutty.nl')