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 0b741af..213ea84 100644 --- a/config/postgres_test.yml +++ b/config/postgres_test.yml @@ -2,4 +2,3 @@ postgresdb: enabled: true host: "postgres.default.svc.cluster.local" port: "5432" - database: "optest"