Skip to content
Snippets Groups Projects
Commit 3109c289 authored by Luke O'mahony's avatar Luke O'mahony
Browse files

upd: applied new properties to master branch

parent 451caa33
Branches
No related merge requests found
## Server Properties
server.port = 5000 server.port = 5000
#spring.profiles.active = prod
#spring.profiles.active = dev #spring.profiles.active = dev
#spring.profiles.active = prod
# MongoDB Atlas properties # MongoDB Atlas properties
spring.data.mongodb.database = glowhouse spring.data.mongodb.database = glowhouse
...@@ -10,6 +11,16 @@ spring.data.mongodb.uri = mongodb+srv://lomah001:r3v3r3nd_b1scU1t@glowhouse-8lcc ...@@ -10,6 +11,16 @@ spring.data.mongodb.uri = mongodb+srv://lomah001:r3v3r3nd_b1scU1t@glowhouse-8lcc
spring.jackson.serialization.WRITE_DATES_AS_TIMESTAMPS = false spring.jackson.serialization.WRITE_DATES_AS_TIMESTAMPS = false
spring.jackson.time-zone = UTC spring.jackson.time-zone = UTC
## Jwt settings ## Jwt Settings
app.jwtSecret = JWTSuperSecretKey app.jwtSecret = JWTSuperSecretKey
app.jwtExpirationInMs = 604800000 app.jwtExpirationInMs = 604800000
\ No newline at end of file
## AWS Properties
cloud.aws.credentials.accessKey = AKIAIU4RE7WTMIORTNJA
cloud.aws.credentials.secretKey = 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
cloud.aws.credentials.instanceProfile = true
cloud.aws.credentials.useDefaultAwsCredentialsChain = true
cloud.aws.region.static = eu-west-1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment