root/app_generators/vintage_application/templates/configuration.yml
| Revision 1, 387 bytes (checked in by jeremymcanal..@gmail.com, 11 months ago) |
|---|
| Line | |
|---|---|
| 1 | --- |
| 2 | # Path for static files |
| 3 | :static_path: static/ |
| 4 | # Path for application templates |
| 5 | :path: app/ |
| 6 | # Templating engine to use |
| 7 | :templates: erb |
| 8 | # Port to launch server on |
| 9 | :port: 5000 |
| 10 | # Relative URL to mount application on |
| 11 | :mount: / |
| 12 | # Default template to render on root |
| 13 | :root: index |
| 14 | # You can also define error templates |
| 15 | # :errors: |
| 16 | # :not_found: not_found |
| 17 | # :internal_error: internal_error |
Note: See TracBrowser for help on using the browser.
