mirror of
https://github.com/p-stream/docs.git
synced 2026-01-11 20:10:34 +00:00
Update configuration.mdx
Fixed linking
This commit is contained in:
parent
d4c6d58fa3
commit
4530257ef5
1 changed files with 5 additions and 5 deletions
|
|
@ -13,8 +13,8 @@ These different config options are all mutually inclusive, so you can use multip
|
|||
|
||||
<Warning>
|
||||
With any of these configurations, you have to have atleast three variables set
|
||||
for the server to function: [`DATABASE_URL`](#postgres-connection-⚠),
|
||||
[`CRYPTO_SECRET`](#crypto-session-secret-⚠) and
|
||||
for the server to function: [`DATABASE_URL`](#database-url-⚠),
|
||||
[`CRYPTO_SECRET`](#crypto-secret-⚠) and
|
||||
[`META_NAME`](#meta-name-⚠)
|
||||
</Warning>
|
||||
|
||||
|
|
@ -31,19 +31,19 @@ This method is identical to the `.env` method listed above, but you add the vari
|
|||
# Reference
|
||||
## Postgres
|
||||
|
||||
### `PG_USER
|
||||
### `PG_USER`
|
||||
- Type: `string`
|
||||
- Example: `pstream_user`
|
||||
|
||||
Username for Postgres
|
||||
|
||||
### PG_PASSWORD
|
||||
### `PG_PASSWORD`
|
||||
- Type: `string`
|
||||
- Example: `Iamaweakpassword`
|
||||
|
||||
Password for Postgres using something strong. Generate one [here](https://www.random.org/strings/)
|
||||
|
||||
### PG_DB
|
||||
### `PG_DB`
|
||||
- Type: `string`
|
||||
- Example: `p-stream_backend`
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue