mirror of
https://github.com/quentin-g-dev/afup.git
synced 2026-04-28 03:33:20 +02:00
2d9e5343bf
On utilise la vrsion 1.5.13 en la forçant dans le composer.json car la version 1.5.14 ne fonctionne pas avec notre ancienne version de twig.
69 lines
2.2 KiB
Plaintext
69 lines
2.2 KiB
Plaintext
# This file is a "template" of what your parameters.yml file should look like
|
|
# Set parameters here that may be different on each deployment target of the app, e.g. development, staging, production.
|
|
# http://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration
|
|
parameters:
|
|
database_host: db
|
|
database_port: 3306
|
|
database_name: web
|
|
database_user: afup
|
|
database_password: afup
|
|
# You should uncomment this if you want use pdo_sqlite
|
|
# database_path: "%kernel.root_dir%/data.db3"
|
|
|
|
# A secret key that's used to generate certain security-related tokens
|
|
secret: ThisTokenIsNotSoSecretChangeIt
|
|
|
|
# Github connection details
|
|
github_client_id: id
|
|
github_client_secret: secret
|
|
|
|
algolia_app_id: DVB92YWTPE
|
|
algolia_backend_api_key: 78e71e5r5c2Rb353f5a03376gb9878779
|
|
algolia_frontend_api_key: 74e71e5r5c2Rb353f5a03376gb9878777
|
|
|
|
home_algolia_enabled: false
|
|
|
|
# Slack url for notifications
|
|
slack_url: 'http://yolo'
|
|
|
|
twitter_oauth_access_token: ""
|
|
twitter_oauth_access_token_secret: ""
|
|
twitter_consumer_key: ""
|
|
twitter_consumer_secret: ""
|
|
|
|
mailchimp_api_key: ""
|
|
mailchimp_members_list:
|
|
mailchimp_subscribers_list:
|
|
mailchimp_techletter_list:
|
|
mailchimp_techletter_api_key:
|
|
mailchimp_techletter_webhook_key: "abc"
|
|
|
|
trello_api_key: ""
|
|
trello_token: ""
|
|
|
|
google_maps_api_key: ""
|
|
|
|
meetup_api_consumer_key: ""
|
|
meetup_api_consumer_secret: ""
|
|
|
|
google_groups_api_key: ""
|
|
|
|
techno_watch_calendar_url: "https://docs.google.com/spreadsheets/d/2cUeAk86Ov7BLYyn0Ad9ge3ecbsdboeQH64wIU9a9Zzp/export?format=csv"
|
|
techno_watch_calendar_key: "9Yt0feebMyMrUWx"
|
|
|
|
super_apero_csv_url: ""
|
|
|
|
google_analytics_enabled: false
|
|
google_analytics_id: "UA-192127-3"
|
|
|
|
techletter_test_email_address: "pole-veille@afup.org"
|
|
|
|
slack_members_legacy_token: "aaaa-90909097"
|
|
|
|
slack_api_url: "https://slack.com/api"
|
|
slack_membre_token: ""
|
|
|
|
# Test keys from https://developers.google.com/recaptcha/docs/faq#id-like-to-run-automated-tests-with-recaptcha-what-should-i-do
|
|
recaptcha_public_key: '6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI'
|
|
recaptcha_private_key: '6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe'
|