Skip to content

Commit

Permalink
chore: update DEV config + make stop
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed May 7, 2015
1 parent 9937e32 commit 7be355a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ clean:
run:
@bin/kong start -c $(DEVELOPMENT_CONF)

stop:
@bin/kong stop -c $(DEVELOPMENT_CONF)

seed:
@bin/kong db -c $(DEVELOPMENT_CONF) seed

Expand Down
3 changes: 1 addition & 2 deletions kong/cli/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ local DEFAULT_ENV_VALUES = {
["keyspace: kong"] = "keyspace: kong_development",
["lua_package_path ';;'"] = "lua_package_path './kong/?.lua;;'",
["error_log logs/error.log info"] = "error_log logs/error.log debug",
["lua_code_cache on"] = "lua_code_cache off",
["daemon on"] = "daemon off"
["lua_code_cache on"] = "lua_code_cache off"
}
}

Expand Down

0 comments on commit 7be355a

Please sign in to comment.