12345678910 |
- import config from require "lapis.config"
- config "development", ->
- postgresql_url "postgres://benchmarkdbuser:[email protected]/hello_world"
- config "production", ->
- port 80
- num_workers 4
- lua_code_cache "on"
- postgresql_url "postgres://benchmarkdbuser:[email protected]/hello_world"
|