Implement YAML config, start SQLite implementation

A config.yml file has been added, to allow configuring server settings.
It will be expanded with new settings in the future.

Also, SQLite support has been added, with a "database.sqlite" file.
A basic table with user/pass/userid columns has been added for testing
purposes.
This commit is contained in:
Lorenzo Dellacà
2020-08-21 16:11:32 +02:00
parent 4ab01c3787
commit ce172c3dc4
17 changed files with 469 additions and 5 deletions

2
.gitignore vendored
View File

@@ -1,2 +1,4 @@
.idea/
target/
run/
*.ignore