diff --git a/.gitignore b/.gitignore index 2eea525..4f509e5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -.env \ No newline at end of file +*.env \ No newline at end of file diff --git a/app/config/cassandra.env.example b/app/config/cassandra.env.example new file mode 100644 index 0000000..e69de29 diff --git a/app/config/.env.example b/app/config/postgres.env.example similarity index 100% rename from app/config/.env.example rename to app/config/postgres.env.example diff --git a/docker-compose-postgres.yml b/docker-compose-postgres.yml index 7f24877..f55e79d 100644 --- a/docker-compose-postgres.yml +++ b/docker-compose-postgres.yml @@ -20,7 +20,7 @@ services: environment: - DB=postgres env_file: - - ./app/config/.env + - ./app/config/postgres.env ports: - "8080:8080" - "8081:8081"