mirror of
https://github.com/SimplexDevelopment/Traverse.git
synced 2024-12-22 13:57:37 +00:00
14 lines
286 B
Properties
14 lines
286 B
Properties
|
# The SQL driver to use.
|
||
|
driver=jdbc
|
||
|
# The type of database to use.
|
||
|
databaseType=mysql
|
||
|
# The database host.
|
||
|
host=localhost
|
||
|
# The database port.
|
||
|
port=5432
|
||
|
# The database file name.
|
||
|
databaseFile=database.db
|
||
|
# The database username.
|
||
|
username=admin
|
||
|
# The database password.
|
||
|
password=default
|