From f4a5580b403dbfcece4341f41ff0e1ccb24503d0 Mon Sep 17 00:00:00 2001 From: "Christian P. MOMON" Date: Thu, 23 Jan 2020 14:29:21 +0100 Subject: [PATCH] Added sample configuration file. --- resources/conf/agirstatool-sample.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 resources/conf/agirstatool-sample.conf diff --git a/resources/conf/agirstatool-sample.conf b/resources/conf/agirstatool-sample.conf new file mode 100644 index 0000000..eedb6bc --- /dev/null +++ b/resources/conf/agirstatool-sample.conf @@ -0,0 +1,12 @@ +# +# Sample Agirstatool config file. +# +# Note: move this file outside the git directory. + +database.url=jdbc:mysql://localhost/ +database.name=agir2020 +database.login=admin +database.password=suko7Gun + +targetDirectory=/home/cpm/Projets/AgirStatool/TestZone/www +