gitea init
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
return array (
|
||||
'host' => 'localhost',
|
||||
'user' => 'user',
|
||||
'pass' => 'password',
|
||||
'dbname' => 'mydb',
|
||||
'port' => 3306,
|
||||
'charset' => 'utf8mb4',
|
||||
'db' =>
|
||||
array (
|
||||
'host' => 'localhost',
|
||||
'user' => 'user',
|
||||
'pass' => 'password',
|
||||
'name' => 'mydb',
|
||||
'port' => 3306,
|
||||
'charset' => 'utf8mb4',
|
||||
),
|
||||
'app' =>
|
||||
array (
|
||||
'base_url' => 'http://localhost/',
|
||||
'debug' => true,
|
||||
'installed' => true,
|
||||
'version' => '1.0.0',
|
||||
),
|
||||
);
|
||||
Reference in New Issue
Block a user