From 8ba8b7eacfd37f4cfd0588e2dd0df832acd267fa Mon Sep 17 00:00:00 2001 From: smnrgcl Date: Mon, 25 Mar 2024 04:12:43 +0300 Subject: [PATCH] adding postgras database --- README.md | 1 + config/postgres.yml | 1 - config/postgres_local.yml | 2 +- config/postgres_test.yml | 1 - 4 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0562972..4705d61 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ POSTGRES_USERNAME=op POSTGRES_PASSWORD=op JWT_SECRET_KEY=op REDIS_PASSWORD=op +POSTGRES_DATABASE=op ``` #### Local Run diff --git a/config/postgres.yml b/config/postgres.yml index d7d6a56..be04c1b 100644 --- a/config/postgres.yml +++ b/config/postgres.yml @@ -2,4 +2,3 @@ postgresdb: enabled: true host: "op" port: "5432" - database: "op" \ No newline at end of file diff --git a/config/postgres_local.yml b/config/postgres_local.yml index b892521..92c92ec 100644 --- a/config/postgres_local.yml +++ b/config/postgres_local.yml @@ -2,4 +2,4 @@ postgresdb: enabled: true host: "localhost" port: "5432" - database: "optest" \ No newline at end of file + \ No newline at end of file diff --git a/config/postgres_test.yml b/config/postgres_test.yml index 6aeecc2..611020e 100644 --- a/config/postgres_test.yml +++ b/config/postgres_test.yml @@ -2,4 +2,3 @@ postgresdb: enabled: true host: "postgres" port: "5432" - database: "optest" \ No newline at end of file