Use loopback device IP address directly
This commit is contained in:
parent
f774812563
commit
82b38dacab
1 changed files with 1 additions and 1 deletions
2
api/.env
2
api/.env
|
@ -1,7 +1,7 @@
|
|||
ASSETS_DIR=/home/zcdziura/Documents/Projects/debt-pirate/api/assets
|
||||
CACHE_URL=redis://debt_pirate:H553jOui2734@192.168.122.251:6379
|
||||
DATABASE_URL=postgres://debt_pirate:HRURqlUmtjIy@192.168.122.251/debt_pirate
|
||||
HOSTNAME=localhost
|
||||
HOSTNAME=127.0.0.1
|
||||
MAINTENANCE_USER_ACCOUNT=debt_pirate:HRURqlUmtjIy
|
||||
PORT=42069
|
||||
RUST_LOG=debt_pirate=trace
|
||||
|
|
Loading…
Add table
Reference in a new issue