diff --git a/.gitignore b/.gitignore index 562b66d..9cc0c79 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .idea/ -out/ \ No newline at end of file +out/ +conf.ini diff --git a/conf.ini b/conf.ini deleted file mode 100644 index 317e542..0000000 --- a/conf.ini +++ /dev/null @@ -1,9 +0,0 @@ -[start] -message = Tour Planer App gestartet - -[db] -dbname = tourplaner -url = 192.168.1.116 -port = 5432 -user = user -pw = user \ No newline at end of file