Updated the latest change for gateway and registry
This commit is contained in:
@@ -1,20 +1,22 @@
|
||||
swf.load.complete.config.tables.if.count.less.than=500
|
||||
swf.user.password.encrypted=false
|
||||
swf.plugins.background.core.workers.numThreads=1
|
||||
swf.plugins.background.core.workers.numThreads=2
|
||||
swf.application.authentication.required=false
|
||||
beckn.network.timeout=10000
|
||||
|
||||
swf.encryption.support=false
|
||||
swf.key.store.directory=./.keystore
|
||||
swf.key.store.password=venky12
|
||||
swf.key.entry.succinct.password=succinct12
|
||||
|
||||
|
||||
#swf.host=localhost
|
||||
swf.host=GATEWAY_URL
|
||||
swf.external.port=GATEWAY_PORT
|
||||
swf.external.scheme=PROTOCOL
|
||||
|
||||
|
||||
swf.jdbc.driver=org.h2.Driver
|
||||
swf.jdbc.url=jdbc:h2:./database/gateway;AUTO_SERVER=TRUE;
|
||||
swf.jdbc.userid=gateway
|
||||
swf.jdbc.password=gateway
|
||||
swf.jdbc.url=jdbc:h2:./database/standalone;AUTO_SERVER=TRUE;
|
||||
swf.jdbc.userid=standalone
|
||||
swf.jdbc.password=standalone
|
||||
swf.jdbc.validationQuery=values(1)
|
||||
swf.jdbc.dbschema=PUBLIC
|
||||
swf.jdbc.dbschema.setonconnection=true
|
||||
@@ -31,12 +33,11 @@ swf.jdbc.set.dbschema.command=set schema public
|
||||
## Beckn Gateway configurations.
|
||||
|
||||
beckn.auth.enabled=true
|
||||
|
||||
in.succinct.beckn.gateway.subscriber_id=SUBSCRIBER_ID
|
||||
in.succinct.beckn.gateway.public_key_id=SUBSCRIBER_ID.k1
|
||||
in.succinct.beckn.registry.url=REGISTRY_URL
|
||||
in.succinct.beckn.registry.signing_public_key=SIGNING_PUBLIC_KEY
|
||||
in.succinct.beckn.registry.encryption_public_key=ENCRYPTION_PUBLIC_KEY
|
||||
|
||||
swf.encryption.support=false
|
||||
#swf.key.store.directory=./.keystore
|
||||
|
||||
in.succinct.onet.country.iso.3=IND
|
||||
in.succinct.onet.country.iso.2=IN
|
||||
in.succinct.onet.name=onix
|
||||
Reference in New Issue
Block a user