@@ -4,7 +4,7 @@ The Managed Identity Wallets (MIW) service implements the Self-Sovereign-Identit
4
4
5
5
# Usage
6
6
7
- See [ INSTALL.md] ( INSTALL.md )
7
+ See [ INSTALL.md] ( INSTALL.md )
8
8
9
9
# Developer Documentation
10
10
@@ -157,13 +157,13 @@ directory, but without ".dist" at the end.
157
157
158
158
Description of the env files:
159
159
160
- - ** env.local** : Set up everything to get ready for flow "local". You need to fill in the passwords.
160
+ - ** env.local** : Set up everything to get ready for flow "local". You need to fill in the passwords.
161
161
- ** env.docker** : Set up everything to get ready for flow "docker". You need to fill in the passwords.
162
162
163
163
> ** IMPORTANT** : ssi-lib is resolving DID documents over the network. There are two endpoints that rely on this resolution:
164
164
> - Verifiable Credentials - Validation
165
165
> - Verifiable Presentations - Validation
166
- >
166
+ >
167
167
> The following parameters are set in env.local or env.docker file per default:
168
168
> ENFORCE_HTTPS_IN_DID_RESOLUTION=false
169
169
> MIW_HOST_NAME=localhost
@@ -210,10 +210,11 @@ When you just run `task` without parameters, you will see all tasks available.
210
210
211
211
### pgAdmin
212
212
213
- This local environment contains [ pgAdmin] ( https://www.pgadmin.org/ ) , which is also started (default: http://localhost:8888 ).
213
+ This local environment contains [ pgAdmin] ( https://www.pgadmin.org/ ) , which is also started (
214
+ default: http://localhost:8888 ).
214
215
The default login is:
215
216
216
- ```
217
+ ```
217
218
user: [email protected] (you can change it in the env.* files)
218
219
password: the one you set for "POSTGRES_PASSWORD" in the env.* files
219
220
```
@@ -233,7 +234,7 @@ For example, You can save DB backups there, so you can access them on your local
233
234
234
235
See OpenAPI documentation, which is automatically created from the source and available on each deployment at
235
236
the ` /docs/api-docs/docs ` endpoint (e.g. locally at http://localhost:8087/docs/api-docs/docs ). An export of the JSON
236
- document can be also found in [ docs/openapi_v001.json] ( docs/openapi_v001.json ) .
237
+ document can be also found in [ docs/openapi_v001.json] ( docs/api/ openapi_v001.json ) .
237
238
238
239
# Test Coverage
239
240
0 commit comments