diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..7f25b2f --- /dev/null +++ b/.env.example @@ -0,0 +1,7 @@ +# Copy this file to .env and fill in actual values. + +POSTGRES_HOST=postgres_host +POSTGRES_PORT=postgres_port +POSTGRES_DB=postgres_database +POSTGRES_USER=postgres_user +POSTGRES_PASSWORD= \ No newline at end of file