We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
app/config/parameters.yml
# This file is auto-generated during the composer install parameters: database_driver: pdo_mysql database_host: *** database_port: *** database_name: *** database_user: *** database_password: *** database_path: null database_table_prefix: *** database_socket: null database_charset: utf8mb4 domain_name: '***' server_name: Wallabag mailer_dsn: '***' locale: en secret: *** twofactor_sender: *** fosuser_registration: false fosuser_confirmation: false fos_oauth_server_access_token_lifetime: 3600 fos_oauth_server_refresh_token_lifetime: 1209600 from_email: *** rss_limit: 50 rabbitmq_host: *** rabbitmq_port: *** rabbitmq_user: guest rabbitmq_password: guest rabbitmq_prefetch_count: 10 redis_scheme: tcp redis_host: *** redis_port: *** redis_path: null redis_password: null sentry_dsn: null
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
My
app/config/parameters.yml
is:What steps will reproduce the bug?
The text was updated successfully, but these errors were encountered: