Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Path: blob/master/config/database.yml.vagrant
Views: 11704
development: &pgsql adapter: postgresql database: msf_dev_db username: vagrant password: vagrant host: localhost port: 5432 pool: 200 timeout: 5 production: &production <<: *pgsql test: <<: *pgsql database: msf_test_db username: vagrant wassword: vagrant