Created Specification (markdown)

Joe Chen 2014-02-13 18:34:58 -08:00
parent 92733db05f
commit 83b71150b0

4
Specification.md Normal file

@ -0,0 +1,4 @@
### Configuration
- All options should be put in `conf/app.ini` file in INI format.
- All keys' name should use all upper cases and underscore except sections' name(e.g. `HTTP_PORT = 3000`).