commit | 5faa49cf0206720fc59be21cc449ef812ba6ad97 | [log] [tgz] |
---|---|---|
author | Claudio David Gasparini <claudio.gasparini@pantheon.tech> | Thu Nov 12 08:28:07 2020 +0100 |
committer | Claudio David Gasparini <claudio.gasparini@pantheon.tech> | Mon Nov 16 22:19:49 2020 +0000 |
tree | 5b6996f00716db3d354a47a197848297557001b0 | |
parent | 8710dc4267300485119485499de613279bce0e7b [diff] |
Fix docker-compose enviroment variables for dbpostgresql service Use correct variables names for service, currents variable names are result of wrong copy&paste Issue-ID: CPS-22 Signed-off-by: Claudio David Gasparini <claudio.gasparini@pantheon.tech> Change-Id: Ibcaf7725175d8ab7e7fbb5199949e3275f849788
This folder contains all files for Configuration Persistence Service.
The code here is related to CPS POC, then it must be kept self contained in this cps folder to prevent any impact on current ccsdk components and to be ready to be moved in its own repo once CPS becomes a standalone project.
CREATE USER cps WITH PASSWORD 'cps'; CREATE DATABASE cpsdb OWNER cps;
mvn clean package
java -DDB_HOST=localhost -DDB_USERNAME=cps -DDB_PASSWORD=cps -jar cps-rest/target/cps-rest-0.0.1-SNAPSHOT.jar