mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
18 lines
324 B
Bash
18 lines
324 B
Bash
|
#Database setup
|
||
|
MYSQL_HOST=127.0.0.1
|
||
|
MYSQL_DATABASE=friendica
|
||
|
MYSQL_USER=friendica
|
||
|
MYSQL_PASSWORD=friendica
|
||
|
|
||
|
#Webserver setup
|
||
|
ServerName=192.168.56.10.xip.io
|
||
|
ServerAlias=friendica.local
|
||
|
DocumentRoot=/var/www/html
|
||
|
APACHE_LOG_DIR=/var/log/apache2
|
||
|
|
||
|
#Test users
|
||
|
ADMIN_NICK=admin
|
||
|
ADMIN_PASSW=admin
|
||
|
USER_NICK=user
|
||
|
USER_PASSW=user
|