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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,7 @@ oauth20.database=
42
42
db_host=
43
43
redis.sentinels=
44
44
redis.master=
45
+
hazelcast.password=
45
46
apifest-oauth20.nodes=
46
47
custom.classes.jar=
47
48
user.authenticate.class=
@@ -82,6 +83,10 @@ You can define the name of Redis master in the following property in the apifest
82
83
83
84
***redis.master***
84
85
86
+
If you use Hazelcast as a storage, you can set a password using the following property (otherwise the default Hazelcast password - dev-pass will be used):
87
+
88
+
***hazelcast.password***
89
+
85
90
In order to run ApiFest OAuth20 distributed storage, you need to setup all ApiFest OAuth20 nodes (as comma-separated list of IPs).
0 commit comments