Skip to content

Commit

Permalink
Revert application.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ver committed Apr 8, 2024
1 parent 280233f commit 49384a8
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
#support h2, MySQL, sqlite, SQLServer.
#h2
driver=org.h2.Driver
database.url=jdbc:h2:~/test
database.user=
database.password=
database.connections.max=10
default.http.max_content_length=4194304
default.home.page=talk

#redis.host=127.0.0.1
#redis.port=6379
#redis.password=*******

default.import.applications=custom.application.v1.smalltalk;
ssl.enabled=false

#ChatGPT configuration
default.chat.engine=ChatGPT
openai.api_endpoint=https://api.openai.com
openai.api_key=$_OPENAI_API_KEY

stability.host=https://api.stability.ai
stability.api_key=$_STABILITY_API_KEY

0 comments on commit 49384a8

Please sign in to comment.