Аллан Грабовик
Рядовой
#
# This file is part of aion-lightning <aion-lightning.org>.
#
# aion-lightning is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# aion-lightning is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with aion-lightning. If not, see <http://www.gnu.org/licenses/>.
#
# ----------------------------
# Database Config's:
# ----------------------------
# This class represents database driver class that will be used while connecting to database
database.driver = com.mysql.jdbc.Driver
# This is database url.
database.url = jdbc:mysql://127.0.0.1:3306/al_server_gs?useUnicode=true&characterEncoding=UTF-8
# Database user
database.user = xxxx
# Database password
# NOTE: Change this! Root password is not safe!
database.password = xxxxxxxxxxxxxx
# Number of partitions created by bonecp
database.bonecp.partition.count = 2
# Minimal amount of connections kept in bonecp partition
database.bonecp.partition.connections.min = 2
# Maximal amount of connections kept in bonecp partition
database.bonecp.partition.connections.max = 5
# Script context that will be loaded by database factory, it should implement DAO instances
database.scriptcontext.descriptor = ./data/scripts/system/database.xml
# This file is part of aion-lightning <aion-lightning.org>.
#
# aion-lightning is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# aion-lightning is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with aion-lightning. If not, see <http://www.gnu.org/licenses/>.
#
# ----------------------------
# Database Config's:
# ----------------------------
# This class represents database driver class that will be used while connecting to database
database.driver = com.mysql.jdbc.Driver
# This is database url.
database.url = jdbc:mysql://127.0.0.1:3306/al_server_gs?useUnicode=true&characterEncoding=UTF-8
# Database user
database.user = xxxx
# Database password
# NOTE: Change this! Root password is not safe!
database.password = xxxxxxxxxxxxxx
# Number of partitions created by bonecp
database.bonecp.partition.count = 2
# Minimal amount of connections kept in bonecp partition
database.bonecp.partition.connections.min = 2
# Maximal amount of connections kept in bonecp partition
database.bonecp.partition.connections.max = 5
# Script context that will be loaded by database factory, it should implement DAO instances
database.scriptcontext.descriptor = ./data/scripts/system/database.xml
