2019-09-17 09:35:13 +00:00
|
|
|
#Mongo properties
|
|
|
|
|
spring.data.mongodb.database=mobtools
|
2019-10-07 08:18:54 +00:00
|
|
|
spring.data.mongodb.host=localhost
|
2019-09-17 09:35:13 +00:00
|
|
|
spring.data.mongodb.port=27017
|
2019-10-07 08:18:54 +00:00
|
|
|
#spring.data.mongodb.username=
|
|
|
|
|
#spring.data.mongodb.password=
|
|
|
|
|
|
|
|
|
|
# Log properties
|
2019-09-17 09:35:13 +00:00
|
|
|
logging.level.root=info
|
|
|
|
|
logging.level.com.appsmith=debug
|
|
|
|
|
logging.pattern.console=%X - %m%n
|
2019-10-07 08:18:54 +00:00
|
|
|
|
2019-09-17 09:35:13 +00:00
|
|
|
# JDBC Postgres properties
|
|
|
|
|
jdbc.postgres.driver=org.postgresql.Driver
|
|
|
|
|
jdbc.postgres.url=jdbc:postgresql://localhost/mobtools
|
|
|
|
|
jdbc.postgres.username=postgres
|
|
|
|
|
jdbc.postgres.password=root
|
2019-10-07 08:18:54 +00:00
|
|
|
|
2019-09-17 09:35:13 +00:00
|
|
|
#Spring security
|
|
|
|
|
spring.security.oauth2.client.registration.google.client-id=869021686091-9b84bbf7ea683t1aaefqnmefcnmk6fq6.apps.googleusercontent.com
|
|
|
|
|
spring.security.oauth2.client.registration.google.client-secret=9dvITt4OayEY1HfeY8bHX74p
|
2019-10-07 08:18:54 +00:00
|
|
|
|
2019-09-17 09:35:13 +00:00
|
|
|
# Accounts from specific domains are allowed to login
|
2019-10-07 08:18:54 +00:00
|
|
|
oauth2.allowed-domains=appsmith.com
|
|
|
|
|
|
|
|
|
|
# Segment & Rollbar Properties
|
|
|
|
|
# These properties are intentionally set to random values so that events are not sent to either of them during local development
|
|
|
|
|
segment.writeKey=random-value
|
|
|
|
|
com.rollbar.access-token=random-value
|
|
|
|
|
com.rollbar.environment=development
|
|
|
|
|
|
|
|
|
|
# Redis Properties
|
|
|
|
|
spring.redis.host=redis
|
|
|
|
|
spring.redis.port=6379
|