change db server back

This commit is contained in:
Jamil Bou Kheir
2020-11-11 13:00:37 -06:00
parent fc26567a07
commit 4bbd323d64

View File

@@ -60,7 +60,7 @@ SECRET_KEY_BASE="${secret_key_base}"
# The URL to connect to your DB. Assumes the database has been created and this
# user has privileges to create and modify tables.
DATABASE_URL="ecto://${db_user}:${db_password}@${hostname}/fireguard"
DATABASE_URL="ecto://${db_user}:${db_password}@127.0.0.1/fireguard"
# The public key for the WireGuard interface controlled by FireGuard.
# This should match what's in /etc/wireguard/wg-fireguard.conf.