add .env.example and update .gitignore
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
POSTGRES_USER=developer
|
||||||
|
POSTGRES_PASSWORD=secret
|
||||||
|
DSN=database:5432/meteologica?sslmode=disable
|
||||||
|
|
||||||
|
URL_SERVICE_A=http://service_a:8080
|
||||||
|
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
.sqlfluff
|
.sqlfluff
|
||||||
*.out
|
*.out
|
||||||
apuntes.md
|
apuntes.md
|
||||||
|
.env
|
||||||
|
|||||||
Reference in New Issue
Block a user