Skip to content

Variables with wrong names on config.yml #141

@tobiasquinteiro

Description

@tobiasquinteiro

Variable name AUTOCONFIG need changed to CONFIG and AUTOCONFIG["dbpass"] to CONFIG["dbpassword"]

This deploy without above changes only work with:

custom.config.php: |-
<?php
$CONFIG = array (
'dbtype' => 'pgsql',
'dbname' => 'nextcloud',
'dbhost' => 'hostname',
'dbport' => '5432',
'dbuser' => 'nextcloud',
'dbpassword' => getenv('POSTGRES_PASSWORD'),
);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions