Skip to content

Commit fa869c2

Browse files
fix(README): S3_FILE_PREFIX env
1 parent b4ac9de commit fa869c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ data:
9999
POSTGRES_HOST: postgresql.shared
100100
S3_ENDPOINT: http://minio.shared:9000/
101101
S3_BUCKET: backups
102-
S3_PREFIX: postresql/backup-
102+
S3_FILE_PREFIX: postresql/backup-
103103
```
104104
105105
Use secrets for things which are actually secret:

0 commit comments

Comments
 (0)