mirror of
https://github.com/NetSPI/PowerHuntShares.git
synced 2025-05-04 19:28:42 +02:00
12 lines
422 B
XML
12 lines
422 B
XML
<dbvis>
|
|
<connections>
|
|
<connection>
|
|
<name>MyDatabaseConnection</name>
|
|
<url>jdbc:mysql://localhost:3306/mydatabase</url>
|
|
<user>db_user</user>
|
|
<password>+mQwYxIFaEjZ/MWJDkm1SCWhHw7xPXWd</password> <!-- Encrypted using DES with default key or a master password -->
|
|
<driver>com.mysql.jdbc.Driver</driver>
|
|
</connection>
|
|
</connections>
|
|
</dbvis>
|