diff --git a/.gitignore b/.gitignore index 592dcee..297e085 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -conf.json \ No newline at end of file +config/conf.json \ No newline at end of file diff --git a/config/conf.json b/config/conf.json index 222ba71..6082579 100644 --- a/config/conf.json +++ b/config/conf.json @@ -1 +1,11 @@ -just in case i ducked up .gitignore \ No newline at end of file +{ + "database": { + "host": "localhost", + "port": "5432", + "user": "postgres", + "password": "postgres", + "dbname": "ti1", + "sslmode": "disable" + }, + "temp": "value" +} \ No newline at end of file