mirror of
https://github.com/BillyOutlast/Gazelle-Porn.git
synced 2026-07-01 06:41:50 -04:00
30 lines
628 B
Bash
30 lines
628 B
Bash
# Example .env file for Gazelle-Porn project
|
|
|
|
# MySQL Database configuration
|
|
MYSQL_DATABASE=gazelle
|
|
MYSQL_USER=gazelle
|
|
MYSQL_PASSWORD=password
|
|
MYSQL_ROOT_PASSWORD=em%G9Lrey4^N
|
|
|
|
# Web service configuration
|
|
WEB_PORT=9000
|
|
VITE_PORT=9002
|
|
LIVERELOAD_PORT=35729
|
|
|
|
# Memcached configuration
|
|
MEMCACHED_HOST=memcached
|
|
|
|
# phpMyAdmin configuration
|
|
PMA_HOST=mysql
|
|
PMA_USER=gazelle
|
|
PMA_PASSWORD=password
|
|
PMA_PORT=9001
|
|
|
|
# ManticoreSearch configuration
|
|
MANTICORE_DATA_PATH=/var/lib/manticore
|
|
MANTICORE_CONF_PATH=/var/lib/manticore/conf/manticore.conf
|
|
|
|
# MySQL exposed port
|
|
MYSQL_PORT=36000
|
|
|
|
# Add any other environment variables below as needed |