Skip to content

Commit 8535d7b

Browse files
authored
Merge pull request #22 from CIAT-DAPA/develop
port updated
2 parents 4677e15 + fe0c95d commit 8535d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ pipeline {
6565
source env/bin/activate
6666
cd src
6767
export DEBUG=False
68-
export PORT=5001
68+
export API_WP_PORT=5001
6969
export CONNECTION_DB=mongodb://localhost:27017/waterpoints
7070
export HOST=0.0.0.0
7171
nohup python3 wpapi.py > log.txt 2>&1 &

0 commit comments

Comments
 (0)