README.md in bumeran-0.2.4 vs README.md in bumeran-0.3.0
- old
+ new
@@ -19,14 +19,15 @@
After you finished the gem installation, you need to configure it with your Bumeran user information. You can do it filling a file like config/initializers/bumeran.rb with:
```ruby
Bumeran.setup do |config|
- config.grant_type = "password" # Default value
- config.client_id = "" # Bumeran client id
- config.username = "" # Bumeran client username
- config.email = "" # Bumeran client email
- config.password = "" # Bumeran client password
+ config.grant_type = "password" # Default value
+ config.client_id = "" # Bumeran client id
+ config.username = "" # Bumeran client username
+ config.email = "" # Bumeran client email
+ config.password = "" # Bumeran client password
+ config.environment "production" # You can choose between production or development
end
```
## How to use