2019-03-30 07:38:43 +00:00
|
|
|
#Mongo properties
|
|
|
|
|
spring.data.mongodb.database=mobtools
|
|
|
|
|
spring.data.mongodb.host=localhost
|
|
|
|
|
spring.data.mongodb.port=27017
|
|
|
|
|
#spring.data.mongodb.username=
|
|
|
|
|
#spring.data.mongodb.password=
|
2019-03-31 15:52:06 +00:00
|
|
|
|
2019-08-27 06:25:29 +00:00
|
|
|
logging.level.root=info
|
2019-08-27 09:44:50 +00:00
|
|
|
logging.level.com.appsmith=debug
|
2019-08-27 06:25:29 +00:00
|
|
|
logging.pattern.console=%X - %m%n
|
2019-03-31 15:52:06 +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-08-12 04:44:28 +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-09-04 09:38:40 +00:00
|
|
|
#Hard coded organization properties
|
|
|
|
|
organization.id=5d64f1f594a5d31b3ee9ca16
|