mianuar

Results 1 issues of mianuar

I run the script from Azure VM, trying to install with azure/microservices file but keep failing. **tb-node-db-configmap.yaml** ``` SPRING_JPA_DATABASE_PLATFORM: org.hibernate.dialect.PostgreSQLDialect SPRING_DRIVER_CLASS_NAME: org.postgresql.Driver SPRING_DATASOURCE_URL: jdbc:postgresql://my-app-postgresql.postgres.database.azure.com:5432/myapp?user=myappusername&password=mypass?sslmode=require SPRING_DATASOURCE_USERNAME: myappusername SPRING_DATASOURCE_PASSWORD: mypass ``` Then...