Skip to content

Commit

Permalink
One more attempt at gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
rhit-villencr committed Jan 11, 2025
1 parent 05b21a4 commit 048459b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ expo-env.d.ts
# @end expo-cli
credentials.json

/backend/omniplanner/src/main/resources
/backend/omniplanner/src/main/resources/application.properties
13 changes: 13 additions & 0 deletions backend/omniplanner/src/main/resources/application-test.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
spring.application.name=omniplanner

server.port=8080
server.address = 0.0.0.0

spring.datasource.url=jdbc:sqlite:omniplanner.db
spring.datasource.driver-class-name=org.sqlite.JDBC
spring.jpa.show-sql=true
spring.jpa.database-platform=org.hibernate.community.dialect.SQLiteDialect
spring.jpa.hibernate.ddl-auto=update

jwt.secret=uNkNbJvurJtLdYV2pa0YG6jwGMBapa4+HAzbuT4Q9VAbdocVsc5ich2cIuy+BzbHb9n6bzQTGk7YTdROTR+4QQ=
jwt.expiration=86400000

0 comments on commit 048459b

Please sign in to comment.