Created
February 16, 2023 18:40
-
-
Save TureBentzin/5e168484aeb813892ec195b58e8e4020 to your computer and use it in GitHub Desktop.
Database Configuration File
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Sat Feb 01 18:07:38 CET 2023 | |
#For further information on how to set the JDBC Connection URL: https://www.aireforge.com/tools/sql-server-connection-string-generator | |
jdbc=jdbc\:mysql\://<user>@<address>\:<port>/<database> | |
configuration_name=database |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How to use?
If you are not familiar with JDBC connection Strings, you should use this! Otherwise just insert the data into the placeholders and drag the file into your "config" folder created by your master