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: ~
|
|
|
|
|
2015-05-28 22:47:06 +00:00
|
|
|
point_base_url: https://point.im/
|
|
|
|
point_api_base_url: https://point.im/api/
|
|
|
|
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
|
|
|
locale: en
|
|
|
|
|
|
|
|
# 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
|
|
|
|
crawler_token: test_token
|