file | usage |
---|---|
etc/lavoisier-config.properties | properties dedicated to Lavoisier data views |
etc/lavoisier-logger.properties | properties dedicated to logger configuration |
file | usage |
---|---|
etc/lavoisier-service.properties | properties dedicated to Lavoisier service configuration |
etc/security/lavoisier-passwords.properties | contains information to verify the password associated to login when using http://host/lavoisier/view?login=username |
etc/lavoisier-hidden-properties.txt | list of properties to make private |
etc/lavoisier-resource-allow.txt | list of files reachable via "resources" Lavoisier operation |
openssl pkcs12 -export -in localhost.crt -inkey localhost.key -out server_cert.p12
example | description |
---|---|
# a comment | set comment |
key1=value1 | set the value property 'key1' |
example | description |
---|---|
@INCLUDES=\ file1.properties file2.properties | includes a list of files containing properties |
key2={$key1}_suffix | use a reference to property 'key1' to set property 'key2' |