Skip to content

Commit 0dc7035

Browse files
authored
Merge pull request #3 from marisaq2016/patch-1
Format environment variables in README
2 parents c395145 + 2070ca0 commit 0dc7035

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44

55
You may whant to set the following environment variables:
66

7+
```
78
DB_URL: jdbc:postgresql://DB-HOST:5432/DB-NAME
89
DB_USERNAME: user-name
910
DB_PASSWORD: your-password
1011
DB_DIALECT: org.hibernate.dialect.PostgreSQLDialect
1112
DB_DRIVER: org.postgresql.Driver
13+
```
1214

1315
Also there are a few locations you may whant to mount as volumes:
1416

0 commit comments

Comments
 (0)