Configuration summary
Repositories.xml
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<repositoryConfig>
<!-- h2 repository example (self-hosted by the AVIX server) -->
<repository name="avix" type="se.solme.avix.server.cdo.h2" databaseName="avix"/>
<repository name="config" type="se.solme.avix.server.cdo.h2" databaseName="admin"/>
</repositoryConfig>
By default, this file is expected to reside in the root of the AVIX server installation.
load_storages.xml
<?xml version="1.0" encoding="UTF-8"?>
<load_storage_config>
<load_storage storage="dba:http://localhost:45500/config/AC" workspace="AC"/>
</load_storage_config>
By default, this file is expected to reside in the root of the AVIX server installation.
auth.txt
SOLME\erik.lundstrom,mysecretpw
se.solme.avix.prefs
[se.solme.avix.security]
# The logon server specifies the so-called LDAP host
LOGON_SERVER = archer
# Used to build a so-called search base DN. Using "SOLME.SE", the resulting DN that will be: "dc=SOLME,dc=SE"
USER_DNSDOMAIN = SOLME.SE
[se.solme.avix.scheduling]
# Enable Quartz scheduler (default is false)
avix.quartzscheduler.enable = true
[se.solme.avix.security.storage]
# The default is "0 0 * * * ?", which means fire every hour.
# Below example read: Fire every 2 minutes.
avix.scheduler.storagescan.cronexpr = 0 0/2 * * * ?
By default, this file is expected to reside in configuration folder in the root of the AVIX server installation.