From 02bb592419ccb38c8836839065e6e9eed88fefbe Mon Sep 17 00:00:00 2001 From: Thomas Rusiecki Date: Thu, 20 Feb 2025 02:37:41 -0300 Subject: [PATCH] env variable for postgres docker --- .env.example | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.env.example b/.env.example index 0515a78..fd5f012 100644 --- a/.env.example +++ b/.env.example @@ -43,3 +43,12 @@ IDHUB_ENABLE_EMAIL=false IDHUB_ENABLE_2FACTOR_AUTH=false IDHUB_ENABLE_DOMAIN_CHECKER=false IDHUB_PREDEFINED_TOKEN='27f944ce-3d58-4f48-b068-e4aa95f97c95' + + +# IDHUB- Postgres +### +IDHUB_DB_NAME="idhub" +IDHUB_DB_USER="ereuse" +IDHUB_DB_PASSWORD="ereuse" +IDHUB_DB_HOST="idhub-postgres" +IDHUB_DB_PORT=5432