You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mcslms/datasource.properties

11 lines
257 B

#MCSLMS DataSource Configuration - v1.9.0
#Unified database: core/library.db
database.host=localhost
database.name=slms
database.password=
database.port=5432
database.type=SQLITE
database.url=jdbc\:sqlite\:core/library.db
database.username=
environment=DEV