55 lines
1.5 KiB
Plaintext
55 lines
1.5 KiB
Plaintext
################################################################################
|
|
# Docker images
|
|
################################################################################
|
|
GAME_IMAGE=git.old-metin2.com/metin2/server:latest
|
|
WEB_IMAGE=git.old-metin2.com/metin2/web:latest
|
|
|
|
################################################################################
|
|
# MySQL settings
|
|
################################################################################
|
|
MYSQL_HOST=mysql
|
|
MYSQL_USER=root
|
|
MYSQL_PASSWORD=metin2
|
|
MYSQL_PORT=3306
|
|
MYSQL_EXTERNAL_PORT=3306
|
|
MYSQL_DB_ACCOUNT=account
|
|
MYSQL_DB_PLAYER=player
|
|
MYSQL_DB_COMMON=common
|
|
MYSQL_DB_LOG=log
|
|
|
|
################################################################################
|
|
# Web app settings
|
|
################################################################################
|
|
|
|
# General configuration
|
|
WEB_APP_NAME=Metin2
|
|
WEB_APP_ENV=production
|
|
WEB_APP_URL=http://metin2.local
|
|
WEB_APP_KEY=
|
|
WEB_EXTERNAL_PORT=80
|
|
|
|
# E-mail configuration
|
|
WEB_MAIL_MAILER=smtp
|
|
WEB_MAIL_HOST=smtp.example.com
|
|
WEB_MAIL_PORT=587
|
|
WEB_MAIL_USERNAME=smtp-username
|
|
WEB_MAIL_PASSWORD=smtp-password
|
|
WEB_MAIL_ENCRYPTION=tls
|
|
WEB_MAIL_FROM_ADDRESS=no-reply@example.com
|
|
WEB_MAIL_FROM_NAME=Metin2
|
|
|
|
################################################################################
|
|
# Game server settings
|
|
################################################################################
|
|
|
|
# Global settings
|
|
TEST_SERVER=0
|
|
|
|
# DBCache settings
|
|
DB_ADDR=db
|
|
DB_PORT=15000
|
|
|
|
# Game settings
|
|
PUBLIC_IP=127.0.0.1
|
|
GAME_MAX_LEVEL=105
|