From b92bc2183a976998b7fc01f5cc1e472012c1055b Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Thu, 24 Apr 2025 14:12:27 -0700 Subject: [PATCH] Update docs/self-hosting/deployment-options/native/linux-package/commands-configuration.mdx Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- .../native/linux-package/commands-configuration.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/self-hosting/deployment-options/native/linux-package/commands-configuration.mdx b/docs/self-hosting/deployment-options/native/linux-package/commands-configuration.mdx index 7aec6867a..61be021b6 100644 --- a/docs/self-hosting/deployment-options/native/linux-package/commands-configuration.mdx +++ b/docs/self-hosting/deployment-options/native/linux-package/commands-configuration.mdx @@ -18,8 +18,8 @@ infisical_core['ENCRYPTION_KEY'] = '6c1fe4e407b8911c104518103505b218' infisical_core['AUTH_SECRET'] = '5lrMXKKWCVocS/uerPsl7V+TX/aaUaI7iDkgl3tSmLE=' # Database connection strings -infisical_core['DB_CONNECTION_URI'] = 'postgres://infisical:some-password@some-host:5432/infisical' -infisical_core['REDIS_URL'] = 'redis://some-host:6379' +infisical_core['DB_CONNECTION_URI'] = 'postgres://:@:5432/' +infisical_core['REDIS_URL'] = 'redis://:6379' ``` For a full list of supported configuration variables, refer to the [configuration variables documentation](/self-hosting/configuration/envars).