init
This commit is contained in:
16
src/main/resources/application.yml
Normal file
16
src/main/resources/application.yml
Normal 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
|
||||
Reference in New Issue
Block a user