mirror of https://github.com/statping/statping
Updated config.yml (markdown)
parent
d9bc37215b
commit
f1f4921b49
|
@ -1,4 +1,4 @@
|
||||||
The `config.yml` file contains all of the Statping database settings and API keys/secrets. When Statping loads, it will attempt to open this file to parse it's core values.
|
The `config.yml` file contains all of the Statping database settings and API keys/secrets. When Statping loads, it will attempt to open this file to parse it's core values. You can view the Go type file on [types/types.go](https://github.com/hunterlong/statping/blob/master/types/types.go#L40).
|
||||||
|
|
||||||
### `config.yml` Parameters
|
### `config.yml` Parameters
|
||||||
- **connection**: sqlite (sqlite, mysql, postgres)
|
- **connection**: sqlite (sqlite, mysql, postgres)
|
||||||
|
|
Loading…
Reference in New Issue