Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nemecec/5075406 to your computer and use it in GitHub Desktop.
Save nemecec/5075406 to your computer and use it in GitHub Desktop.
LiveRebel environment-specific configuration management: sample application configuration with placeholders in Java application
database.driver = com.mysql.jdbc.Driver
database.url = $LR{db.url}
database.username = $LR{db.username}
database.password = $LR{db.password}
facebook.app.id = $LR{fb.appId}
facebook.app.secret = $LR{fb.appSecret}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment