diff options
| author | Manuel Bentele | 2021-05-20 17:04:25 +0200 |
|---|---|---|
| committer | Manuel Bentele | 2021-05-20 17:04:25 +0200 |
| commit | 497f8519fc85e33777c95755c46023ecf648a30e (patch) | |
| tree | d21bc6774d307b4ce5ddc07cdc98798c87926fd1 /dozentenmodulserver/setup/config.properties | |
| parent | [server] Update initial database schema and test dataset (diff) | |
| download | tutor-module-497f8519.tar.gz tutor-module-497f8519.tar.xz tutor-module-497f8519.zip | |
[server] Start dozmod-server Docker container after database Docker container is ready
Diffstat (limited to 'dozentenmodulserver/setup/config.properties')
| -rw-r--r-- | dozentenmodulserver/setup/config.properties | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/dozentenmodulserver/setup/config.properties b/dozentenmodulserver/setup/config.properties deleted file mode 100644 index 52ec5c65..00000000 --- a/dozentenmodulserver/setup/config.properties +++ /dev/null @@ -1,8 +0,0 @@ -# This is a sample configuration! -vmstore.path = /mnt/bigfatstorage -# Don't miss 'dbname' in the following property -db.uri = jdbc:mysql://localhost/dbname?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&characterSetResults=utf8&connectionCollation=utf8mb4_unicode_ci -db.username = dbuser -db.password = somepassword -db.location-table = dmdbname.location -master.address = master.server.address.example.com |
