Skip to content

Commit

Permalink
Use IP address.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Sep 22, 2024
1 parent f7b92bb commit 41dbd54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/environment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module VMail
when :testing
MAIL_ROOT = "db/mail"
DOMAIN = 'https://localhost'
CREDENTIALS = {username: 'test', password: 'test', database: 'test'}
CREDENTIALS = {username: 'test', password: 'test', database: 'test', host: '127.0.0.1'}
end

module Database
Expand Down

0 comments on commit 41dbd54

Please sign in to comment.