Skip to content

Commit

Permalink
Recommit Properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Loudbooks committed Dec 3, 2024
1 parent 3436c58 commit 303c061
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
5 changes: 1 addition & 4 deletions backend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ build/
!gradle/wrapper/gradle-wrapper.jar
!**/src/main/**/build/
!**/src/test/**/build/
*.properties

### STS ###
.apt_generated
Expand Down Expand Up @@ -38,6 +37,4 @@ out/
.vscode/

### Kotlin ###
.kotlin
src/main/resources/application.properties
src/main/resources/application.yml
.kotlin
15 changes: 15 additions & 0 deletions backend/src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
server:
port: 8080

spring:
application:
name: PasteBook
data:
mongodb:
uri: ${SPRING_DATA_MONGODB_URI}

s3:
url: ${R2_ENDPOINT}
accessKey: ${AWS_ACCESS_KEY_ID}
secretKey: ${AWS_SECRET_ACCESS_KEY}
bucket: ${R2_BUCKET}

0 comments on commit 303c061

Please sign in to comment.