recipe envfile

This commit is contained in:
Leon
2022-02-09 21:22:22 +01:00
parent 87952703a3
commit 97dd2ebdf4
2 changed files with 6 additions and 0 deletions

1
.env Normal file
View File

@@ -0,0 +1 @@
export FOO=bar # used for development

View File

@@ -0,0 +1,5 @@
export server='localhost'
export port='2222'
export user='git'
export gitpath='/home/git/app2'
export appname='app2'