Skip to content

Commit 78ffe74

Browse files
committed
new readme
1 parent 47bd685 commit 78ffe74

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,16 @@ It can be used to validate push/pull and registration us users for you private r
88

99
###Configuring
1010

11-
prop.public_key the private key, should be the content not file location
12-
prop.private_key the public key, should be the content not file location
13-
prop.audience audience that is registered in the registry (server name of registry)
14-
prop.issuer issuer that is registered in the registry (server name of this server)
15-
prop.log_level array of log levels to display
16-
prop.log_file log file for logging , if non is given it will use stdout
11+
12+
property | description
13+
---------|-------------
14+
prop.public_key | the private key, should be the content not file location
15+
prop.private_key | the public key, should be the content not file location
16+
prop.audience | audience that is registered in the registry (server name of registry)
17+
prop.issuer | issuer that is registered in the registry (server name of this server)
18+
prop.log_level | array of log levels to display
19+
prop.log_file | log file for logging , if non is given it will use stdout
20+
1721

1822
the config should be given as argument with the constructor:
1923

0 commit comments

Comments
 (0)