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

upd: added props for testing

parent afdf9cae
No related merge requests found
# MongoDB local properties
spring.data.mongodb.database = glowhouse
spring.data.mongodb.uri = mongodb+srv://lomah001:r3v3r3nd_b1scU1t@glowhouse-8lccj.mongodb.net/test?retryWrites=true
#spring.data.mongodb.host = localhost
#spring.data.mongodb.port = 27017
\ No newline at end of file
# MongoDB Atlas properties
spring.data.mongodb.database = glowhouse
spring.data.mongodb.uri = mongodb+srv://lomah001:r3v3r3nd_b1scU1t@glowhouse-8lccj.mongodb.net/test?retryWrites=true
\ No newline at end of file
## Server Properties
server.port = 5000
#spring.profiles.active = dev
#spring.profiles.active = prod
# MongoDB Atlas properties
spring.data.mongodb.database = glowhouse
spring.data.mongodb.uri = mongodb+srv://lomah001:r3v3r3nd_b1scU1t@glowhouse-8lccj.mongodb.net/test?retryWrites=true
## Jackson Properties
spring.jackson.serialization.WRITE_DATES_AS_TIMESTAMPS = false
spring.jackson.time-zone = UTC
## Jwt Settings
app.jwtSecret = JWTSuperSecretKey
app.jwtExpirationInMs = 604800000
## 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