The default pid file is kore.pid so no need to set that explicitely

This commit is contained in:
Joris Vink 2014-08-05 13:11:53 +02:00
parent 891f3454ce
commit b27322933b
8 changed files with 0 additions and 9 deletions

View File

@ -1,8 +1,6 @@
# Placeholder configuration
bind 127.0.0.1 8888
pidfile kore.pid
load ./generic.so example_load
validator v_example function v_example_func

View File

@ -1,7 +1,6 @@
# Placeholder configuration
bind 127.0.0.1 8888
pidfile kore.pid
load ./headers.so
domain 127.0.0.1 {

View File

@ -1,7 +1,6 @@
# Placeholder configuration
bind 127.0.0.1 8888
pidfile kore.pid
load ./integers.so
validator v_id regex ^-?[0-9]*$

View File

@ -1,7 +1,6 @@
# Placeholder configuration
bind 127.0.0.1 8888
pidfile kore.pid
load ./json_yajl.so
domain 127.0.0.1 {

View File

@ -1,7 +1,6 @@
# Placeholder configuration
bind 127.0.0.1 8888
pidfile kore.pid
load ./parameters.so
# The validator used to validate the 'id' parameter

View File

@ -1,7 +1,6 @@
# Kore pgsql_test configuration
bind 127.0.0.1 8888
pidfile kore.pid
load ./pgsql.so pgsql_load
pgsql_conn_max 5

View File

@ -1,7 +1,6 @@
# Kore config for tasks example
bind 127.0.0.1 8888
pidfile kore.pid
load ./tasks.so
validator v_user regex ^[a-z]*$

View File

@ -156,7 +156,6 @@ static const char *config_data =
"# Placeholder configuration\n"
"\n"
"bind\t\t127.0.0.1 8888\n"
"pidfile\t\tkore.pid\n"
"load\t\t./%s.so\n"
"\n"
"domain 127.0.0.1 {\n"