mirror of
https://github.com/nextcloud/docker.git
synced 2025-05-14 20:30:54 +02:00
Merge cron and redis example
This commit is contained in:
parent
53b8aabfe9
commit
5f041a6249
9 changed files with 6 additions and 50 deletions
|
@ -1,10 +0,0 @@
|
|||
<?php
|
||||
$AUTOCONFIG = array(
|
||||
'directory' => '/var/www/html/data',
|
||||
'dbtype' => 'mysql',
|
||||
'dbname' => getenv('MYSQL_DATABASE'),
|
||||
'dbuser' => getenv('MYSQL_USER'),
|
||||
'dbpass' => getenv('MYSQL_PASSWORD'),
|
||||
'dbhost' => 'db',
|
||||
'dbtableprefix' => '',
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue