diff --git a/pdb-ui/src/main/resources/.gitignore b/pdb-ui/src/main/resources/.gitignore index 15d37de..6a5251c 100644 --- a/pdb-ui/src/main/resources/.gitignore +++ b/pdb-ui/src/main/resources/.gitignore @@ -1 +1 @@ -/config.user.properties +/application-dev.properties \ No newline at end of file diff --git a/pdb-ui/src/main/resources/application-dev.properties b/pdb-ui/src/main/resources/application-dev.properties deleted file mode 100644 index 8a64cf7..0000000 --- a/pdb-ui/src/main/resources/application-dev.properties +++ /dev/null @@ -1 +0,0 @@ -db.base=/home/andi/ws/performanceDb/db diff --git a/pdb-ui/src/main/resources/application-dev.properties.example b/pdb-ui/src/main/resources/application-dev.properties.example new file mode 100644 index 0000000..12b3e63 --- /dev/null +++ b/pdb-ui/src/main/resources/application-dev.properties.example @@ -0,0 +1 @@ +db.base=/tmp/pdb