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: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,15 @@ SIPS is a Simple IPFS Pinning Service. It does the bare minimum necessary to pre
11
11
Setup
12
12
-----
13
13
14
+
SIPS is capable of using either Postgres or SQLite3 as its backend. By default only Postgres is available, but the `sqlite3` build tag will add support for SQLite3.
15
+
14
16
After installation, SIPS will have no users or tokens in its database. To create some, use the `sipsctl` utility that is provided:
0 commit comments