An unofficial, mostly Bitwarden-compatible API server written in Ruby (Sinatra and ActiveRecord)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 17 lines 278 B view raw
1development: 2 adapter: sqlite3 3 database: db/development.sqlite3 4 pool: 5 5 timeout: 5000 6 7test: 8 adapter: sqlite3 9 database: "db/test.sqlite3" 10 pool: 5 11 timeout: 5000 12 13production: 14 adapter: sqlite3 15 database: db/production/production.sqlite3 16 pool: 5 17 timeout: 5000