Guest User

Untitled

a guest
Nov 2nd, 2017
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. export MB_DB_TYPE=postgres
  4. export MB_DB_DBNAME=ebdb
  5. export MB_DB_PORT=5432
  6. export MB_DB_USER=root
  7. export MB_DB_PASS=secret
  8. export MB_DB_HOST=abc.123.us-west-2.rds.amazonaws.com
  9. export MB_JETTY_PORT=8000
  10.  
  11. java -jar metabase.jar
Add Comment
Please, Sign In to add comment