mirror of
https://github.com/SimplexDevelopment/Traverse.git
synced 2025-07-02 07:56:42 +00:00
Fishnets and Baubles
This commit is contained in:
14
build/resources/main/db.properties
Normal file
14
build/resources/main/db.properties
Normal file
@ -0,0 +1,14 @@
|
||||
# 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
|
Reference in New Issue
Block a user