Skip to content
New issue

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

Some environment variables are not working #303

Open
maxitromer opened this issue Nov 28, 2024 · 0 comments
Open

Some environment variables are not working #303

maxitromer opened this issue Nov 28, 2024 · 0 comments

Comments

@maxitromer
Copy link

maxitromer commented Nov 28, 2024

Some environment variables work just fine, and some are not:

$ > cat /var/www/html/config/local.php 
<?php
$parameters = array(
        'db_driver' => 'pdo_mysql',
        'db_host' => getenv('MAUTIC_DB_HOST'),
        'db_port' => getenv('MAUTIC_DB_PORT'),
        'db_name' => getenv('MAUTIC_DB_DATABASE'),
        'db_user' => getenv('MAUTIC_DB_USER'),
        'db_password' => getenv('MAUTIC_DB_PASSWORD'),
        'db_table_prefix' => null,
        'db_backup_tables' => 1,
        'db_backupprefix' => 'bak',
);
$ >  printenv | grep PREFIX
MAUTIC_DB_TABLE_PREFIX=mt_
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant