|
@@ -1,3 +1,4 @@
|
|
|
+server.port=7000
|
|
|
spring.data.mongodb.host=7000
|
|
|
spring.data.mongodb.database=jtxt-dev
|
|
|
spring.data.mongodb.port=27017
|
|
@@ -8,4 +9,4 @@ app.jwt.secret=SomethingSecureEnough
|
|
|
#1 day
|
|
|
app.jwt.expiration-in-ms=86400000
|
|
|
app.jwt.token.prefix=China
|
|
|
-app.jwt.header.string=Authorization
|
|
|
+app.jwt.header.string=Authorization
|