Skip to content

Commit

Permalink
Update settings file
Browse files Browse the repository at this point in the history
  • Loading branch information
bunseokbot committed Feb 22, 2021
1 parent d7449ab commit 7885a91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import com.google.protobuf.gradle.*
}

group = "project.namjun.kim"
version = "1.0.0-SNAPSHOT"
version = "1.0.0"
java.sourceCompatibility = JavaVersion.VERSION_11

repositories {
Expand Down
6 changes: 3 additions & 3 deletions backend/src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
robster.engine.host=localhost
robster.engine.host=engine
robster.engine.port=50051
robster.storage=D:\\storage
robster.storage=/storage

spring.data.mongodb.uri=mongodb://localhost:27017
spring.data.mongodb.uri=mongodb://mongodb:27017
spring.data.mongodb.database=robster

spring.servlet.multipart.max-file-size=2GB
Expand Down

0 comments on commit 7885a91

Please sign in to comment.