change config for local server

This commit is contained in:
Thein Lin Kyaw
2019-11-19 00:08:56 +06:30
parent acb101a7f1
commit f2b4114ad5
8 changed files with 111 additions and 116 deletions

View File

@@ -3,6 +3,4 @@ if File.exist?("config/license.yml")
config.fetch(Rails.env, {}).each do |key, value|
ENV[key.upcase] = value.to_s
end
else
ENV["SERVER_MODE"] = "cloud"
end