source:
bookmarks/trunk/app.psgi
@
81
| Last change on this file since 81 was 81, checked in by peter, 10 years ago | |
|---|---|
|
|
| File size: 184 bytes | |
| Line | |
|---|---|
| 1 | #!/usr/bin/perl -w |
| 2 | use strict; |
| 3 | |
| 4 | use BookmarksApp; |
| 5 | |
| 6 | #TODO: allow individual options to be set via environment vars, too |
| 7 | BookmarksApp->new({ config_file => $ENV{CONFIG_FILE} })->to_app; |
Note: See TracBrowser
for help on using the repository browser.
