Skip to content

Commit

Permalink
change more paths
Browse files Browse the repository at this point in the history
  • Loading branch information
dmou committed Sep 20, 2024
1 parent 7a2ad5f commit 5098f28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/environments/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,6 @@
config.lograge.formatter = Lograge::Formatters::Json.new
config.log_level = :warn
config.paths['log'] = "/var/log/#{ENV['DEPLOY_ENV']}.log"
config.paths['tmp'] = "/tmp/#{ENV['DEPLOY_ENV']}"
config.paths['db'] = "/opt/db/#{ENV['DEPLOY_ENV']}"
end

0 comments on commit 5098f28

Please sign in to comment.