2015-03-22 17:22:49 +00:00
|
|
|
# This file is a "template" of what your parameters.yml file should look like
|
|
|
|
parameters:
|
|
|
|
database_host: 127.0.0.1
|
2016-12-11 02:41:30 +00:00
|
|
|
database_port: 5432
|
2015-05-28 17:36:52 +00:00
|
|
|
database_name: point
|
|
|
|
database_user: point
|
2015-03-22 17:22:49 +00:00
|
|
|
database_password: ~
|
|
|
|
|
|
|
|
mailer_transport: smtp
|
|
|
|
mailer_host: 127.0.0.1
|
|
|
|
mailer_user: ~
|
|
|
|
mailer_password: ~
|
|
|
|
|
2017-01-11 18:03:32 +00:00
|
|
|
point_tools_domain: point.skobk.in
|
|
|
|
point_tools_scheme: https
|
|
|
|
# Path to public root (e.g. 'path/to/app')
|
|
|
|
point_tools_base_url: ''
|
|
|
|
|
|
|
|
point_domain: point.im
|
|
|
|
point_scheme: https
|
|
|
|
point_base_url: '%point_scheme%://%point_domain%/'
|
|
|
|
point_api_base_url: '%point_base_url%/api/'
|
2017-01-09 02:22:56 +00:00
|
|
|
# Delay between calls when updating users subscribers (in microseconds)
|
|
|
|
point_api_delay: 500000
|
2015-05-28 22:47:06 +00:00
|
|
|
point_use_https: true
|
|
|
|
point_login: point-tools
|
2015-06-02 01:59:07 +00:00
|
|
|
point_id: 435
|
2015-05-28 22:47:06 +00:00
|
|
|
|
2015-03-22 17:22:49 +00:00
|
|
|
# A secret key that's used to generate certain security-related tokens
|
|
|
|
secret: ThisTokenIsNotSoSecretChangeIt
|
2016-03-25 14:34:18 +00:00
|
|
|
|
|
|
|
# Token for Go crawler https://bitbucket.org/skobkin/point-tools-crawler
|
2017-01-04 22:36:30 +00:00
|
|
|
crawler_token: test_token
|
|
|
|
|
|
|
|
# Telegram bot
|
|
|
|
telegram_token: "123456:some-token"
|
|
|
|
telegram_max_connections: 2
|
2019-01-19 00:12:48 +00:00
|
|
|
|
|
|
|
# Sentry
|
|
|
|
sentry_dsn: ~
|