Files
onix/install/registry_data/config/swf.properties-sample
2024-03-18 17:12:46 +05:30

40 lines
1.1 KiB
Plaintext

swf.load.complete.config.tables.if.count.less.than=500
swf.user.password.encrypted=false
swf.plugins.background.core.workers.numThreads=1
swf.application.authentication.required=false
#swf.host=localhost
swf.host=REGISTRY_URL
swf.external.port=REGISTRY_PORT
swf.external.scheme=PROTOCOL
swf.jdbc.driver=org.h2.Driver
swf.jdbc.url=jdbc:h2:./database/registry;AUTO_SERVER=TRUE;
swf.jdbc.userid=registry
swf.jdbc.password=registry
swf.jdbc.validationQuery=values(1)
swf.jdbc.dbschema=PUBLIC
swf.jdbc.dbschema.setonconnection=true
swf.jdbc.set.dbschema.command=set schema public
# These keys are needed if you want to use push notifications.
# you can generate this from https://d3v.one/vapid-key-generator/ or similiar sites.
# you also need to specify the public key in src/main/resources/scripts/application.js
#push.server.private.key=your_private_key
#push.server.public.key=your_public_key
swf.api.keys.case=SNAKE
swf.api.root.required=false
swf.encryption.support=false
#swf.key.store.directory=./.keystore
# Needed for Google Login
#swf.GOOGLE.client.id=
#swf.GOOGLE.client.secret=