2019-11-27 08:27:01 +00:00
|
|
|
# Appsmith Configurations
|
|
|
|
|
appsmith.baseUri=http://localhost:8080
|
|
|
|
|
|
2020-01-13 04:55:43 +00:00
|
|
|
# This property allows the server to run behind a proxy server and still resolve all the urls correctly
|
|
|
|
|
server.use-forward-headers=true
|
|
|
|
|
|
2019-09-17 09:35:13 +00:00
|
|
|
#Mongo properties
|
|
|
|
|
spring.data.mongodb.database=mobtools
|
2019-10-16 11:27:02 +00:00
|
|
|
spring.data.mongodb.host=mongo
|
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
|
|
|
#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
|
2019-10-11 10:31:28 +00:00
|
|
|
spring.redis.port=6379
|
|
|
|
|
|
|
|
|
|
# ACL config parameters
|
|
|
|
|
acl.host=http://opa:8181/v1/data
|
2019-12-08 15:46:17 +00:00
|
|
|
acl.package.name=/appsmith/authz/url_allow
|
|
|
|
|
|
|
|
|
|
# Mail Properties
|
2019-12-19 07:31:16 +00:00
|
|
|
mail.enabled=true
|
2019-12-08 15:46:17 +00:00
|
|
|
spring.mail.host=email-smtp.us-east-1.amazonaws.com
|
|
|
|
|
spring.mail.port=587
|
|
|
|
|
spring.mail.username=AKIAVWHAAGIQOHPT4BZ7
|
|
|
|
|
spring.mail.password=BEE5W6i7YznAJ/YDOLbppovmOlRzxXElJ+uJtGhdCfjY
|
|
|
|
|
spring.mail.properties.mail.smtp.auth=true
|
|
|
|
|
spring.mail.properties.mail.smtp.starttls.enable=true
|