diff --git a/mediagoblin.ini b/mediagoblin.ini
index c22d12d..728ab2f 100644
a
|
b
|
|
| 1 | # If you want to make changes to this file, first copy it to |
| 2 | # mediagoblin_local.ini, then make the changes there. |
| 3 | |
1 | 4 | [mediagoblin] |
2 | 5 | direct_remote_path = /mgoblin_static/ |
3 | 6 | email_sender_address = "notice@mediagoblin.example.org" |
diff --git a/paste.ini b/paste.ini
index 8866789..c729e41 100644
a
|
b
|
|
| 1 | # If you want to make changes to this file, first copy it to |
| 2 | # paste_local.ini, then make the changes there. |
| 3 | |
1 | 4 | [DEFAULT] |
2 | 5 | # Set to true to enable web-based debugging messages and etc. |
3 | 6 | debug = false |