8000 GitHub - n7v/bcs31
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

n7v/bcs31

 
 

Repository files navigation

Bcs 31

Деплой

см. DEPLOY.md

База

Пример config/database.yml:

development:
  adapter: mysql2
  encoding: utf8
  database: bcs31_dev
  username: root
  password: ''

test: &test
  adapter: mysql2
  encoding: utf8
  database: bcs31_test
  username: root
  password: ''

production:
  adapter: mysql2
  encoding: utf8
  database: bcs31_prod
  username: root
  password: ''

cucumber:
  <<: *test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 96.7%
  • CoffeeScript 2.0%
  • Other 1.3%
0