[Refactoring]

This commit is contained in:
2019-01-02 04:11:56 +00:00
parent ebca3a62ca
commit 61e5bbb5ef
13 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,12 @@
#!/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]]