Skip to content

Instantly share code, notes, and snippets.

@pandeiro
Created March 25, 2015 12:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pandeiro/7a00932501724fe6d34a to your computer and use it in GitHub Desktop.
Save pandeiro/7a00932501724fe6d34a to your computer and use it in GitHub Desktop.
[{:service_type :postgres
:machine "aggregator"
:service "postgres"
:config {:db {:host "localhost"
:user "dashwise"
:database "dashwise_collector"
:port 25432
:password "dashwise"}}}
{:service_type :oracle
:machine "oracle-dev"
:service "oracle"
:config {:db {:host "localhost"
:port 21521
:sid "XE"
:user "system"
:password "oracle"}}}
{:service_type :mysql
:machine "mysql-dev"
:service "mysql"
:config {:db {:host "localhost"
:port 23306
:user "root"
:password "123456"}}}
#_{:service_type :linux
:machine "dashwise"
:service "linux"
:config {:host "127.0.0.1"
:user "newuser"
:port 2222
:password "newuser"}}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment