Add missing file

This commit is contained in:
slawkens 2023-09-20 15:54:44 +02:00
parent 49af260c2e
commit a4b1631f6d
2 changed files with 5 additions and 1 deletions

2
.gitignore vendored
View File

@ -20,7 +20,7 @@ cypress/e2e/2-advanced-examples
releases releases
tmp tmp
config.local.php ./config.local.php
# all custom templates # all custom templates
templates/* templates/*

4
docker/config.local.php Normal file
View File

@ -0,0 +1,4 @@
<?php
$config['installed'] = true;
$config['server_path'] = '/home/www-data/forgottenserver';
$config['install_ignore_ip_check'] = true;