chore: add example .env file
This commit is contained in:
parent
48f5a7e658
commit
4245006652
6
.env.example
Normal file
6
.env.example
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
DB_NAME=EXAMPLE_DB
|
||||||
|
DB_USER=EXAMPLE
|
||||||
|
DB_PASSWORD=SECRET
|
||||||
|
DB_HOST=127.0.0.1
|
||||||
|
DB_PORT=5432
|
||||||
|
SPRING_PROFILES_ACTIVE=dev
|
Loading…
x
Reference in New Issue
Block a user