fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
editor tutorial text + editor update
[redakcja.git]
/
deployment
/
environment_template.py
1
from fnpdjango.deploy import DebianGunicorn
2
from base import Environment
3
4
5
env1 = Environment(
6
host = '',
7
user = '',
8
app_path = '',
9
services = [
10
DebianGunicorn('')
11
],
12
node_bin_path = '/usr/bin',
13
npm_bin = 'npm',
14
)