diff --git a/config/sql.json.sample b/config/sql.json.sample index e69de29..3406183 100644 --- a/config/sql.json.sample +++ b/config/sql.json.sample @@ -0,0 +1,5 @@ + { + "dsn": "mysql:dbname=resourcesManager;host=localhost", + "user": "resourcesManager", + "password": "your pass" + } \ No newline at end of file