diff --git a/.gitignore b/.gitignore index 54d579f0222f518760af9ef7b031e5c58ecb753b..fc5734a2e112bfc45517a73b1c3a7e155b39156d 100644 --- a/.gitignore +++ b/.gitignore @@ -4,8 +4,6 @@ build/ !gradle/wrapper/gradle-wrapper.jar !**/src/main/**/build/ !**/src/test/**/build/ -/application-aws.properites - **/*.properties ### STS ### diff --git a/src/main/resources/application-aws.properties b/src/main/resources/application-aws.properties deleted file mode 100644 index d9eb924fd0d117367c27d5d29cae9d18e8c6769e..0000000000000000000000000000000000000000 --- a/src/main/resources/application-aws.properties +++ /dev/null @@ -1,5 +0,0 @@ -cloud.aws.s3.bucket=anak-s3 -cloud.aws.stack.auto=false -cloud.aws.region.static=ap-northeast-2 -cloud.aws.credentials.accessKey=AKIAUK4OA4SHAQ4Y76RL -cloud.aws.credentials.secretKey=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 \ No newline at end of file diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties deleted file mode 100644 index 2a40ba3846f941e37e08a5e9b96d0cf1b55b67fc..0000000000000000000000000000000000000000 --- a/src/main/resources/application.properties +++ /dev/null @@ -1,28 +0,0 @@ -#spring.config.activate.on-profile=aws -spring.profiles.active=aws - -# mySql -spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver -spring.datasource.url=jdbc:mysql://localhost:3306/study?useSSL=false&allowPublicKeyRetrieval=true&characterEncoding=UTF-8&serverTimezone=UTC -spring.datasource.username=root -spring.datasource.password=1234 -spring.jpa.properties.hibernate.jdbc.batch_size=100 - -# jpa -spring.jpa.database=mysql -spring.jpa.show-sql=true -spring.jpa.hibernate.ddl-auto=update -spring.jpa.properties.hibernate.format_sql=true -spring.jpa.open-in-view=false - -# MULTIPART (MultipartProperties) -# Enable multipart uploads -spring.servlet.multipart.enabled=true -# Threshold after which files are written to disk. -spring.servlet.multipart.file-size-threshold=2KB -# Max file size. -spring.servlet.multipart.max-file-size=200MB -# Max Request Size -spring.servlet.multipart.max-request-size=215MB - -jwt.secret=secret