diff --git a/.gitignore b/.gitignore index 8a33a19..e52cdbd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ -.env +/.env + *.pem *.swp *.swo diff --git a/examples/test.env b/examples/test.env new file mode 100644 index 0000000..3135fc5 --- /dev/null +++ b/examples/test.env @@ -0,0 +1,3 @@ +BOTTINAG_POSTGRES_DATABASE=bottinag +BOTTINAG_POSTGRES_PASSWORD=bottinag +BOTTINAG_POSTGRES_USER=bottinag