Created
January 21, 2012 14:48
-
-
Save ichiban/1652974 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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