Created
May 30, 2017 23:44
-
-
Save devigned/37e941abf7124b2cc58540a5dd978f15 to your computer and use it in GitHub Desktop.
Default toml for Rails todo Habitat demo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Connection string for mongodb | |
mongodb_uri = "some_connection_string" | |
# our secret key for Rails (don't check this in...) | |
secret_key_base = "cb6bca2c702c8954382c30acb7ff98eaa1e53af5fe77292b9f825113ba6419714d39d1663ebabaf8ea138b4ed066252df7e77cb7dc27a7ec41f8bf61a728bbaa" | |
# Rails related IP info | |
rails_binding_ip = "0.0.0.0" | |
rails_port = 3000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment