Updated config.yml (markdown)

master
Hunter Long 2020-05-01 05:48:23 -07:00
parent c65a247953
commit 504acc5fb4
1 changed files with 12 additions and 0 deletions

@ -17,3 +17,15 @@ The `location` setting will contain core files/folders for Statping like, `logs`
You technically don't need this `config.yml` file to run Statping. You can also run the Statping server by including environment variables when you start the server. You can view all the available variables by viewing the [Config with .env](https://github.com/statping/statping/wiki/Config-with-.env-File) Wiki page.
**Statping will auto run with environment variables if** `DB_CONN` **is set!**
## Example `config.yml`
```yaml
connection: mysql
host: localhost
user: root
password: password123
database: root
port: 3306
api_secret: apisecretcanbeset
location: /app/statping
```