Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 0 additions & 53 deletions .github/workflows/main_fastfoodapi.yml

This file was deleted.

53 changes: 0 additions & 53 deletions .github/workflows/version6.5_fastfoodapi.yml

This file was deleted.

6 changes: 3 additions & 3 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ server.servlet.context-path=/api/v1
#[PostgreSQL Configuration]
spring.jpa.database=POSTGRESQL
spring.sql.init.platform=postgres
spring.datasource.url=jdbc:postgresql://ec2-3-213-228-206.compute-1.amazonaws.com/dbfo7gcv6b6uh2
spring.datasource.username=wrkzzcujzddccg
spring.datasource.password=8a4c28acb1dca2ec1c4d741cb0cc88afc6a454f03acdeee8c5efe581f2107db9
spring.datasource.url=jdbc:postgresql://localhost:5432/FastFood
spring.datasource.username=postgres
spring.datasource.password=123
spring.jpa.show-sql=false
spring.jpa.generate-ddl=true
spring.jpa.hibernate.ddl-auto=update
Expand Down