Skip to content

Commit

Permalink
added public and secret properties files
Browse files Browse the repository at this point in the history
  • Loading branch information
kofzera committed May 8, 2022
1 parent 3b05826 commit d202046
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ target/
!**/src/main/**/target/
!**/src/test/**/target/
/src/main/resources/META-INF/
/out/
out/
/src/main/resources/application_secret.properties
application_secret.properties




Expand Down Expand Up @@ -38,4 +41,3 @@ build/

### VS Code ###
.vscode/
/src/main/resources/application.properties
Binary file removed out/artifacts/astroApp_jar/astroApp.jar
Binary file not shown.
3 changes: 0 additions & 3 deletions src/main/resources/META-INF/MANIFEST.MF

This file was deleted.

11 changes: 11 additions & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#server.port=8009
#server.tomcat.ajp.enabled=true


spring.datasource.url=jdbc:postgresql://localhost:5432/var4astro


spring.sql.init.mode=always
spring.thymeleaf.cache=false
spring.servlet.multipart.max-file-size=20MB
spring.servlet.multipart.max-request-size=20MB

0 comments on commit d202046

Please sign in to comment.