Changeset 1561:ceae59fcb945
- Timestamp:
- 07/15/08 17:55:39 (2 years ago)
- Author:
- Ben Bangert <ben@…>
- Branch:
- trunk
- Message:
-
* Updating host to use 127.0.0.1 for development binding.
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r1556
|
r1561
|
|
| 3 | 3 | |
| 4 | 4 | 0.9.7 (**tip**) |
| | 5 | * Updating host to use 127.0.0.1 for development binding. |
| 5 | 6 | * Added option to specify the controller name with a __controller__ variable |
| 6 | 7 | in the controller's module. This name will be used for the controller class |
-
|
r1412
|
r1561
|
|
| 13 | 13 | [server:main] |
| 14 | 14 | use = egg:Paste#http |
| 15 | | host = 0.0.0.0 |
| | 15 | host = 127.0.0.1 |
| 16 | 16 | port = 5000 |
| 17 | 17 | |
-
|
r1412
|
r1561
|
|
| 13 | 13 | [server:main] |
| 14 | 14 | use = egg:Paste#http |
| 15 | | host = 0.0.0.0 |
| | 15 | host = 127.0.0.1 |
| 16 | 16 | port = 5000 |
| 17 | 17 | |