diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-10-13 19:19:15 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-10-13 19:21:06 +0300 |
commit | faec2e2164f6df535dea7b1a6e941ec4fb7e45a2 (patch) | |
tree | bae088adc3ecc297ec926a578f2bebe3b6e92c6c /.tools | |
parent | 5ce929b77124c6465fe6d24dc85f579498cd286a (diff) | |
download | serverdata-faec2e2164f6df535dea7b1a6e941ec4fb7e45a2.tar.gz serverdata-faec2e2164f6df535dea7b1a6e941ec4fb7e45a2.tar.bz2 serverdata-faec2e2164f6df535dea7b1a6e941ec4fb7e45a2.tar.xz serverdata-faec2e2164f6df535dea7b1a6e941ec4fb7e45a2.zip |
Add additional constants file from import directory.
Diffstat (limited to '.tools')
-rw-r--r-- | .tools/conf/mariadb/constants.conf | 30 | ||||
-rw-r--r-- | .tools/conf/mysql/constants.conf | 30 |
2 files changed, 60 insertions, 0 deletions
diff --git a/.tools/conf/mariadb/constants.conf b/.tools/conf/mariadb/constants.conf new file mode 100644 index 00000000..4562d0cc --- /dev/null +++ b/.tools/conf/mariadb/constants.conf @@ -0,0 +1,30 @@ +//================= Hercules Configuration ================================ +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2014-2016 Hercules Dev Team +//= +//= Hercules 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. +//= +//= This program 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 this program. If not, see <http://www.gnu.org/licenses/>. +//========================================================================= +//= Battle local configuration file. +//========================================================================= + +debug: 0 diff --git a/.tools/conf/mysql/constants.conf b/.tools/conf/mysql/constants.conf new file mode 100644 index 00000000..4562d0cc --- /dev/null +++ b/.tools/conf/mysql/constants.conf @@ -0,0 +1,30 @@ +//================= Hercules Configuration ================================ +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2014-2016 Hercules Dev Team +//= +//= Hercules 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. +//= +//= This program 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 this program. If not, see <http://www.gnu.org/licenses/>. +//========================================================================= +//= Battle local configuration file. +//========================================================================= + +debug: 0 |