Files
yavsc/Yavsc/contrib/kestrel-pkg/etc/kestrel/webenv.template
2017-02-01 03:51:45 +01:00

13 lines
236 B
Bash

#!/bin/bash
# Dnx command for this web app
NAME=[myWebAppName]
# root path to the server assets
ROOT=[/srv/www/[myRootDir]]
# relative path to the project source tree,
# from the above root path
PROJECT=[approot/src/[projectName]]