- docs: add link to yaml.org BREAKING: The `ini` configuration file format changed to `yml`. Please rewrite your configuration file using the yaml format.
11 lines
196 B
YAML
11 lines
196 B
YAML
general:
|
|
dev_env: testing
|
|
public_url: http://localhost
|
|
api_key: H2NRICX6CM8F50CU123C
|
|
|
|
database:
|
|
host: localhost
|
|
port: 5432
|
|
name: libretime_test
|
|
user: libretime
|
|
password: libretime
|