You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/06-concepts/07-configuration.md
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -77,11 +77,11 @@ Secrets are declared in the `passwords.yaml` file. The password file is structur
77
77
78
78
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.
|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 |
100
100
| SERVERPOD_PASSWORD_serverpod_auth_googleClientSecret | serverpod_auth_googleClientSecret | - | The client secret for Google authentication for serverpod_auth_server |
101
101
| SERVERPOD_PASSWORD_serverpod_auth_firebaseServiceAccountKey | serverpod_auth_firebaseServiceAccountKey | - | The service account key for Firebase authentication for serverpod_auth_server |
0 commit comments