Skip to content

Commit e1f3d51

Browse files
committed
docs: Update environment variable naming conventions in configuration documentation
1 parent aa22d59 commit e1f3d51

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/06-concepts/07-configuration.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ Secrets are declared in the `passwords.yaml` file. The password file is structur
7777

7878
The following table shows the built-in secrets that Serverpod uses for its core functionality. These can be configured either through environment variables or by adding the corresponding key in a respective run mode or shared section in the passwords file. These are separate from any custom passwords you might define.
7979

80-
| Environment variable | Passwords file | Default | Description |
81-
| --------------------------- | -------------- | ------- | ----------------------------------------------------------------- |
82-
| SERVERPOD_DATABASE_PASSWORD | database | - | The password for the database |
83-
| SERVERPOD_SERVICE_SECRET | serviceSecret | - | The token used to connect with insights must be at least 20 chars |
84-
| SERVERPOD_REDIS_PASSWORD | redis | - | The password for the Redis server |
80+
| Environment variable | Passwords file | Default | Description |
81+
| -------------------------------- | -------------- | ------- | ----------------------------------------------------------------- |
82+
| SERVERPOD_PASSWORD_database | database | - | The password for the database |
83+
| SERVERPOD_PASSWORD_serviceSecret | serviceSecret | - | The token used to connect with insights must be at least 20 chars |
84+
| SERVERPOD_PASSWORD_redis | redis | - | The password for the Redis server |
8585

8686
#### Secrets for First Party Packages
8787

@@ -93,10 +93,10 @@ The following secrets are used by official Serverpod packages:
9393

9494
| Environment variable | Passwords file | Default | Description |
9595
| ----------------------------------------------------------- | ---------------------------------------- | ------- | ----------------------------------------------------------------------------- |
96-
| SERVERPOD_HMAC_ACCESS_KEY_ID | HMACAccessKeyId | - | The access key ID for HMAC authentication for serverpod_cloud_storage_gcp |
97-
| SERVERPOD_HMAC_SECRET_KEY | HMACSecretKey | - | The secret key for HMAC authentication for serverpod_cloud_storage_gcp |
98-
| SERVERPOD_AWS_ACCESS_KEY_ID | AWSAccessKeyId | - | The access key ID for AWS authentication for serverpod_cloud_storage_s3 |
99-
| SERVERPOD_AWS_SECRET_KEY | AWSSecretKey | - | The secret key for AWS authentication for serverpod_cloud_storage_s3 |
96+
| SERVERPOD_PASSWORD_HMACAccessKeyId | HMACAccessKeyId | - | The access key ID for HMAC authentication for serverpod_cloud_storage_gcp |
97+
| SERVERPOD_PASSWORD_HMACSecretKey | HMACSecretKey | - | The secret key for HMAC authentication for serverpod_cloud_storage_gcp |
98+
| SERVERPOD_PASSWORD_AWSAccessKeyId | AWSAccessKeyId | - | The access key ID for AWS authentication for serverpod_cloud_storage_s3 |
99+
| SERVERPOD_PASSWORD_AWSSecretKey | AWSSecretKey | - | The secret key for AWS authentication for serverpod_cloud_storage_s3 |
100100
| SERVERPOD_PASSWORD_serverpod_auth_googleClientSecret | serverpod_auth_googleClientSecret | - | The client secret for Google authentication for serverpod_auth_server |
101101
| SERVERPOD_PASSWORD_serverpod_auth_firebaseServiceAccountKey | serverpod_auth_firebaseServiceAccountKey | - | The service account key for Firebase authentication for serverpod_auth_server |
102102

0 commit comments

Comments
 (0)