Skip to content

Commit

Permalink
Merge pull request #337 from 6QuizOnTheBlock/be/feat/#333-send-question
Browse files Browse the repository at this point in the history
hotfix: resolved ci/cd error
  • Loading branch information
dalcheonroadhead authored May 16, 2024
2 parents 69cb4cd + cc9574d commit ce32772
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backEnd/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-security'
testImplementation 'org.springframework.security:spring-security-test'
compileOnly 'org.projectlombok:lombok'
implementation group: 'org.springframework', name: 'spring-aop', version: '6.1.6'
developmentOnly 'org.springframework.boot:spring-boot-devtools'
annotationProcessor 'org.projectlombok:lombok'
compileOnly 'org.projectlombok:lombok'
testImplementation 'org.springframework.boot:spring-boot-starter-test'

// ⭐ Database
Expand Down
5 changes: 4 additions & 1 deletion backEnd/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,7 @@ firebase:

kafka:
url: ENC(S/qv76amkPMXZ2qL1ncBy/Td9LnfF2VtIxp3WlrB2cQ=)
group: ENC(zfETOXpFX/sWRqXNhrk/j+LcLwYFTMfk)
group: ENC(zfETOXpFX/sWRqXNhrk/j+LcLwYFTMfk)

ulvan:
url: ENC(XH7Q0qDLHdytJyNWLX19ii1whNZcuR3p/oJUJ2nxG14cwrgzcpt10Q==)

0 comments on commit ce32772

Please sign in to comment.