Skip to content

Commit

Permalink
Merge pull request #7 from ADPRO-C11/backup-branch-two
Browse files Browse the repository at this point in the history
minor fixes
  • Loading branch information
pesolosep authored May 23, 2024
2 parents 9ca611e + 1c0c767 commit ef42ed4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Java CI/CD Pipeline
on:
push:
branches:
- staging
- master
jobs:
build:
name: Build
Expand Down
5 changes: 1 addition & 4 deletions src/main/resources/application-dev.properties
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
spring.datasource.url=jdbc:postgresql://localhost:5432/postgres
#spring.datasource.password= ${LOCAL_PASSWORD}
spring.datasource.username= postgres
spring.jpa.hibernate.ddl-auto=create
spring.jpa.show-sql=true
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
spring.jpa.properties.hibernate.format_sql=true




spring.datasource.password= nelwanfamily2004
spring.datasource.password= "local pass here"

0 comments on commit ef42ed4

Please sign in to comment.