![JAR search and dependency download from the Maven repository](/logo.png)
.botmill.fb-botmill.2.0.0-RC1.source-code.botmill.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fb-botmill Show documentation
Show all versions of fb-botmill Show documentation
Event-driven framework for Facebook Messenger's bots
# Fb-BotMill
# Make sure to put the proper page and validation token in this property file before
# running.
#Put your page token here
fb.page.token=
#Put your webhook token here
fb.validation.token=
# Put the mocked recipient id (for testing only) here
fb.mock.id=
data.adapter.type=map
# can be drop-create|create-once
data.strategy=drop-create
# mongodb (our preferred nosql database)
mongodb.username=
mongodb.password=
mongodb.database=
mongodb.server=
mongodb.port=
#hsql
hsql.driver=org.hsqldb.jdbc.JDBCDriver
hsql.conn.url=
hsql.username=
hsql.password=
hsql.table.prefix=botmill
#rdbms
rdbms.driver=
rbdms.conn.url=
rdbms.username=
rdbms.password=
rdbms.table.prefix=botmill
© 2015 - 2025 Weber Informatics LLC | Privacy Policy