-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathProcfile
More file actions
19 lines (18 loc) · 815 Bytes
/
Procfile
File metadata and controls
19 lines (18 loc) · 815 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Procfile for development work: use foreman(1) to run all the dictionary
# applications at once
#
# Note that foreman will by default read and apply your .env file,
# overriding any local environment variables set in your shell. One
# workaround is to tell it to read /dev/null instead, e.g.,
#
# USE_TEST_DB=True foreman start -e /dev/null
rollup: npx rollup --config --watch
arpeng: ./arpeng-manage runserver 0.0.0.0:8007
crkeng: ./crkeng-manage runserver 0.0.0.0:8000
cwdeng: ./cwdeng-manage runserver 0.0.0.0:8005
srseng: ./srseng-manage runserver 0.0.0.0:8009
hdneng: ./hdneng-manage runserver 0.0.0.0:8010
lacombe: ./crkLacombeeng-manage runserver 0.0.0.0:8016
blaeng: ./blaeng-manage runserver 0.0.0.0:8011
stoeng: ./stoeng-manage runserver 0.0.0.0:8018
ciweng: ./ciweng-manage runserver 0.0.0.0:8019