This makes it consistent with the terminology that we want in the product. The hierarchy will be organization -> team -> user.
24 lines
780 B
Properties
24 lines
780 B
Properties
#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=
|
|
|
|
logging.level.root=info
|
|
logging.level.com.appsmith=debug
|
|
logging.pattern.console=%X - %m%n
|
|
|
|
# JDBC Postgres properties
|
|
jdbc.postgres.driver=org.postgresql.Driver
|
|
jdbc.postgres.url=jdbc:postgresql://localhost/mobtools
|
|
jdbc.postgres.username=postgres
|
|
jdbc.postgres.password=root
|
|
|
|
#Spring security
|
|
spring.security.oauth2.client.registration.google.client-id=869021686091-9b84bbf7ea683t1aaefqnmefcnmk6fq6.apps.googleusercontent.com
|
|
spring.security.oauth2.client.registration.google.client-secret=9dvITt4OayEY1HfeY8bHX74p
|
|
|
|
#Hard coded organization properties
|
|
organization.id=5d64f1f594a5d31b3ee9ca16
|