diff options
Diffstat (limited to 'examples/config.toml')
| -rw-r--r-- | examples/config.toml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/config.toml b/examples/config.toml index 4e5e2fe..40eafd3 100644 --- a/examples/config.toml +++ b/examples/config.toml @@ -1,2 +1,6 @@ [core] -rule_dirs = ["rules"]
\ No newline at end of file +rule_dirs = ["rules"] +services = ['hrc.service.http'] + +[service.http] +port = 8080
\ No newline at end of file |
