fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
attachment list for links + bad links in red
[redakcja.git]
/
deployment
/
environment_template.py
1
# -*- coding: utf-8 -*-
2
from fnpdjango.deploy import DebianGunicorn
3
from base import Environment
4
5
6
env1 = Environment(
7
host='',
8
user='',
9
app_path='',
10
services=[
11
DebianGunicorn('')
12
],
13
node_bin_path='/usr/bin',
14
npm_bin='npm',
15
)