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
Your wallet stores secret keys, connections and other information.
4
+
You have different choices to store this information.
5
+
The wallet supports 2 different databases to store data, SQLite and PostgresDB.
6
+
7
+
## SQLite
8
+
9
+
If the wallet is configured the default way in eg. [demo-args.yaml](demo/demo-args.yaml), without explicit wallet-storage, a sqlite database file is used.
10
+
11
+
```yaml
12
+
wallet-type: indy
13
+
wallet-name: wallet
14
+
wallet-key: wallet-password
15
+
```
16
+
17
+
For this configuration, a folder called wallet will be created which contains a file called `sqlite.db`.
0 commit comments