Configure production properties in application_prod.properties
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -56,7 +56,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
script {
|
script {
|
||||||
sh 'ssh ubuntu@46.105.65.89 "sh gepafin-production-api.sh"'
|
sh 'ssh ubuntu@79.137.88.15 "sh gepafin-production-api.sh"'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
11
src/main/resources/application-production.properties
Normal file
11
src/main/resources/application-production.properties
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
# DataSource Configuration
|
||||||
|
spring.datasource.url=jdbc:postgresql://79.137.88.14:21543/gepaDb
|
||||||
|
spring.datasource.username=usergepa
|
||||||
|
spring.datasource.password=nRHMi7esdgHJiIm3L5ctrSJ0
|
||||||
|
spring.datasource.driver-class-name=org.postgresql.Driver
|
||||||
|
|
||||||
|
# JPA Configuration
|
||||||
|
spring.h2.console.enabled=true
|
||||||
|
base-url=https://api-dev-gepafin.memento.credit
|
||||||
|
|
||||||
|
isVatCheckGloballyDisabled = false
|
||||||
Reference in New Issue
Block a user