Skip to content

Commit 49f58ab

Browse files
authored
docs: remove comment indicating that other database backends are supported (#692)
- The [readme states](https://github.com/envelope-zero/backend/blob/1ecdf9059848322827eb72e6280087dc53520f5a/README.md#L53) `Only set this when you want to use sqlite as database backend.` which sounds like different database backends are possible. - But the code looks like only sqlite is supported: https://github.com/envelope-zero/backend/blob/1ecdf9059848322827eb72e6280087dc53520f5a/pkg/database/database.go#L30
1 parent acfbaf5 commit 49f58ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ image:
5050
repository: ghcr.io/envelope-zero/backend
5151
tag: v0.2.1
5252

53-
# Only set this when you want to use sqlite as database backend.
54-
# In this case, you need to make sure the database is regularly backed up!
53+
# All data is stored to a sqlite database in /data.
54+
# Make sure to persist and backup this directory.
5555
persistence:
5656
enabled: true
5757
mountPath: /data

0 commit comments

Comments
 (0)