1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-01-11 11:24:44 +00:00
friendica-github/.devcontainer/.env

22 lines
358 B
Bash
Raw Normal View History

#Database setup
MYSQL_HOST=127.0.0.1
MYSQL_DATABASE=friendica
MYSQL_USER=friendica
MYSQL_PASSWORD=friendica
#Redis
REDIS_HOST=127.0.0.1
#Webserver setup
2024-07-16 17:12:26 +00:00
ServerName=localhost
ServerPort=8080
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