Explanation of the configuration
-
Auth:
This is the authentication key, it is used to verify that the request is valid.
-
Host:
This is the host that the server will listen to.
-
Port:
This is the port that the server will listen to.
-
Tables:
These are the tables that the server will create, you can create as many as you want.
-
Safe:
This is a boolean that if it is true, disables actions that could be risky. Ex: Delete or overwrite an entire table.
-
Path:
This is the path where the tables will be created.