Skip to content

Commit 2d5b532

Browse files
authored
chore(configuration.md): update .env.example
1 parent 8d0d1a3 commit 2d5b532

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/getting-started/configuration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ Here you can see an example .env file:
1010
# In 'dev' mode, a reflection server is established.
1111
MODE=dev
1212

13-
SERVER_HOST=localhost
13+
SERVER_HOST=0.0.0.0
1414
SERVER_PORT=3000
1515

1616
# As for now, only PostgreSQL is supported
17-
DATABASE_HOST=localhost
18-
DATABASE_PORT=54321
17+
DATABASE_HOST=db
18+
DATABASE_PORT=5432
1919
DATABASE_USER=postgres
2020
DATABASE_PASS=postgres
2121
DATABASE_NAME=goipay_db
2222

2323
XMR_DAEMON_URL=http://node.monerodevs.org:38089
2424
XMR_DAEMON_USER=
2525
XMR_DAEMON_PASS=
26-
```
26+
```

0 commit comments

Comments
 (0)