Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
en0ma committed Apr 12, 2017
1 parent a03d62e commit 827d74e
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,15 @@ class AppRecordsTableSeeder extends Seeder
```

### **Database Configuration**
```rumble``` uses a ```rumble.yml``` file as its configuration file. You have to create this file at the root of your project. Use the ```rumble.sample.yml`` file as a guide.
```rumble``` uses a ```rumble.php``` file as its configuration file. You have to create this file at the root of your project.
This file must return an array with your dynamodb configuration. e.g:

```php
<?php

return [
'region' => '',
'key' => '',
'secret' => '',
'endpoint' => ''
];

0 comments on commit 827d74e

Please sign in to comment.