Skip to content

Instantly share code, notes, and snippets.

@ichiban
Created January 21, 2012 14:48
Show Gist options
  • Save ichiban/1652974 to your computer and use it in GitHub Desktop.
Save ichiban/1652974 to your computer and use it in GitHub Desktop.
ichiban:example$ m2sh version
Mongrel2/1.7.5
ichiban:example$ sqlite3 config.sqlite
SQLite version 3.6.12
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite> select * from setting;
1|control_port|ipc://tmp/mongrel2_control
2|zeromq.threads|1
3|upload.temp_store|/tmp/mongrel2.upload.XXXXXX
sqlite>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment