This commit is contained in:
Jesse-Ma
2022-11-22 13:05:47 +08:00
committed by GitHub
parent 94d4744202
commit 0d9b481d81
15 changed files with 673 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
server:
port: 3333
spring:
codec:
max-in-memory-size: 128MB
data:
mongodb:
authentication-database: flagnote
database: flagnote
host: service.flagnote.com
port: 37017
username: flagnote
password: flagnote1qazx
autoConnectRetry: true
socketKeepAlive: true
socketTimeout: 1000