unicorn.git  about / heads / tags
Rack HTTP server for Unix and fast clients
blob 9f778434c1f5eca2379f0a41c640ba35a9860e5a 233 bytes (raw)
$ git show v0.97.1:test/rails/app-2.3.5/config/database.yml	# shows this blob on the CLI

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
 
development:
  adapter: sqlite3
  database: db/development.sqlite3
  timeout: 5000
test:
  adapter: sqlite3
  database: db/test.sqlite3
  timeout: 5000
production:
  adapter: sqlite3
  database: db/production.sqlite3
  timeout: 5000

git clone https://yhbt.net/unicorn.git