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:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,2 +1,4 @@
|
||||
.idea/
|
||||
target/
|
||||
run/
|
||||
*.ignore
|
||||
|
||||
Reference in New Issue
Block a user