| LICENSE_NAME |
The name of the person/company holding the license. This information
is available in your customer panel.
|
| LICENSE_KEY |
The license key for W3DB. This information is available in your
customer portal.
|
| APP_URL |
The url of the application (i.e. http://localhost:34432) |
| SERVER_HOST |
The hostname where W3DB will be listening at. Usually localhost or
127.0.0.1
|
| SERVER_PORT |
The port where W3DB will be listening at |
| API_KEYS |
The API keys for accessing the W3DB. These are decided by yourself.
When multiple keys are needed separate these with commas. Best
practice is to use long random keys (36 chars and above), i.e. GUIDs
and change these regularly
|
| DB_DRIVER |
The driver to be used. One of sqlite, mysql, postgres |
| DB_HOST |
The host where the database is hosted |
| DB_DATABASE |
The name of the database to connect to |
| DB_USER |
The username for logging to the database |
| DB_PASS |
The password for logging to the database |