Skip to content

Commit

Permalink
maybe just use /opt?
Browse files Browse the repository at this point in the history
  • Loading branch information
dmou committed Sep 20, 2024
1 parent b84a86e commit f6c1fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@
config.log_level = :warn
config.paths['log'] = "/var/log/#{ENV['DEPLOY_ENV']}.log"
config.paths['tmp'] = "/tmp"
config.paths['db'] = "/opt/db"
config.paths['db'] = "/opt"
end

0 comments on commit f6c1fda

Please sign in to comment.