diff options
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -128,7 +128,8 @@ Once that is done, you can use by browsing to [http://localhost:3333](http://loc ## Config file with credentials -The config file has to be in `ini` format, example: +The config file has to be in `ini` format, see for example +`try.alice.ini` or `try.bob.ini` in the root directory, or this one: *credentials.ini* ``` @@ -140,6 +141,8 @@ leap_password=<your_password> To use it start the user agent like this: `$ pixelated-user-agent --host 0.0.0.0 --config credentials.ini` +You can also include the host in the config file, as shown in the example files given above. + ## Self-signed provider certs You might also need to add your LEAP provider ssl certificate to pixelated manually for now, with the following steps: |