diff options
| author | Nils Schwabe | 2014-08-20 16:35:41 +0200 |
|---|---|---|
| committer | Nils Schwabe | 2014-08-20 16:35:41 +0200 |
| commit | 8c22faeb0a33b6eaeb44b50842899e6f90efd494 (patch) | |
| tree | b3f34dc3a333163d87c19eaca7c2ccf48fbedcd4 | |
| parent | Add methods to update image in database (diff) | |
| download | satellite-daemon-8c22faeb0a33b6eaeb44b50842899e6f90efd494.tar.gz satellite-daemon-8c22faeb0a33b6eaeb44b50842899e6f90efd494.tar.xz satellite-daemon-8c22faeb0a33b6eaeb44b50842899e6f90efd494.zip | |
Add mysql.properties.example
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | config/mysql.properties.example | 5 |
2 files changed, 7 insertions, 0 deletions
@@ -4,3 +4,5 @@ /.classpath /.settings/ /config/global.properties +/config/sslsocket.jks +/config/mysql.properties diff --git a/config/mysql.properties.example b/config/mysql.properties.example new file mode 100644 index 0000000..90dd009 --- /dev/null +++ b/config/mysql.properties.example @@ -0,0 +1,5 @@ +# Fill in credentials and rename to mysql.properties +host=localhost +db=database +user=username +password=password |
