Remove inline passwords from documentation connection strings

Co-authored-by: adilhafeez <13196462+adilhafeez@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-02-25 21:00:28 +00:00
parent 5a6b7349b3
commit a8a4336725
2 changed files with 6 additions and 12 deletions

View file

@ -138,17 +138,10 @@ Run the SQL schema to create the required table:
Configuration
^^^^^^^^^^^^^
Once the database table is created, configure Plano to use PostgreSQL storage:
Once the database table is created, configure Plano to use PostgreSQL storage.
.. code-block:: yaml
state_storage:
type: postgres
connection_string: "postgresql://user:password@host:5432/database"
**Using Environment Variables**
You should **never** hardcode credentials. Use environment variables instead:
.. important::
**Never** hardcode credentials. Always use environment variables in your connection string.
.. code-block:: yaml