1 2 3 4 5 6 7 8 9 10 11 12 13 14
# Database configuration database: host: localhost port: 5432 name: "myapp_development" pool: 10 # Application settings app: name: 'My Application' debug: true tags: - ruby - rust