Skip to content

Commit fc7c505

Browse files
committed
feat: starts now
1 parent d29c521 commit fc7c505

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ gradle-app.setting
1919
.project
2020
# JDT-specific (Eclipse Java Development Tools)
2121
.classpath
22+
/.settings/

backend/src/main/resources/application.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ spring.liquibase.change-log=classpath:/dbchangelog/db.changelog-master.xml
2828
server.servlet.session.timeout=30s
2929

3030
spring.jackson.parser.allow-unquoted-control-chars=true
31-
31+
spring.ai.openai.api-key=23418pajkfdsadlöa

frontend/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/.settings/

0 commit comments

Comments
 (0)