mirror of
https://github.com/OpenBankProject/API-Explorer.git
synced 2026-02-06 10:47:23 +00:00
bugfix/comment out ssl in sample.pros
This commit is contained in:
parent
357b0d430d
commit
4d9703ce79
@ -81,12 +81,12 @@ oauth_1.hostname=FILL_ME_IN
|
||||
# activate certificate authorization, default is false
|
||||
|
||||
### SSL ##############################
|
||||
ssl_client_auth=true
|
||||
ssl_truststore_location=/var/private/ssl/truststore.jks
|
||||
ssl_truststore_password=test1234
|
||||
ssl_keystore_location=/var/private/ssl/keystore.jks
|
||||
ssl_keystore_password=test1234
|
||||
ssl_key_password=test1234
|
||||
#ssl_client_auth=true
|
||||
#ssl_truststore_location=/var/private/ssl/truststore.jks
|
||||
#ssl_truststore_password=test1234
|
||||
#ssl_keystore_location=/var/private/ssl/keystore.jks
|
||||
#ssl_keystore_password=test1234
|
||||
#ssl_key_password=test1234
|
||||
|
||||
# a list of version names those are shown in the main page, split with
|
||||
# all support links:OBP_PSD2,OBP_3.1.0,OBP_4.0.0,BGv1.3,UKv3.1
|
||||
@ -101,4 +101,4 @@ ssl_key_password=test1234
|
||||
# Then API_Explorer need to set two api hosts: api_hostname and this api_portal_hostname, for all Rest Apis will call api_hostname
|
||||
# but for all the portal home page link, we need to use this props. If do not set this, it will use api_hostname value instead.
|
||||
# api_portal_hostname=http://127.0.0.1:8080
|
||||
# --------------------------------------------
|
||||
# --------------------------------------------
|
||||
|
||||
Loading…
Reference in New Issue
Block a user