Update configuration.mdx

Fixed linking
This commit is contained in:
dumbutdumber 2025-09-28 11:12:55 +05:30 committed by GitHub
parent d4c6d58fa3
commit 4530257ef5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,8 +13,8 @@ These different config options are all mutually inclusive, so you can use multip
<Warning> <Warning>
With any of these configurations, you have to have atleast three variables set With any of these configurations, you have to have atleast three variables set
for the server to function: [`DATABASE_URL`](#postgres-connection-⚠), for the server to function: [`DATABASE_URL`](#database-url-⚠),
[`CRYPTO_SECRET`](#crypto-session-secret-⚠) and [`CRYPTO_SECRET`](#crypto-secret-⚠) and
[`META_NAME`](#meta-name-⚠) [`META_NAME`](#meta-name-⚠)
</Warning> </Warning>
@ -31,19 +31,19 @@ This method is identical to the `.env` method listed above, but you add the vari
# Reference # Reference
## Postgres ## Postgres
### `PG_USER ### `PG_USER`
- Type: `string` - Type: `string`
- Example: `pstream_user` - Example: `pstream_user`
Username for Postgres Username for Postgres
### PG_PASSWORD ### `PG_PASSWORD`
- Type: `string` - Type: `string`
- Example: `Iamaweakpassword` - Example: `Iamaweakpassword`
Password for Postgres using something strong. Generate one [here](https://www.random.org/strings/) Password for Postgres using something strong. Generate one [here](https://www.random.org/strings/)
### PG_DB ### `PG_DB`
- Type: `string` - Type: `string`
- Example: `p-stream_backend` - Example: `p-stream_backend`