From 044c6fe69e722a5807a15d7be9a99e1867668abe Mon Sep 17 00:00:00 2001 From: CekisSWG Date: Sat, 10 Oct 2020 20:58:53 -0400 Subject: [PATCH] Added dsrc build.properties --- build.properties | 19 +++++++++++++++++++ build.xml | 4 ++-- 2 files changed, 21 insertions(+), 2 deletions(-) create mode 100755 build.properties diff --git a/build.properties b/build.properties new file mode 100755 index 000000000..379af30e3 --- /dev/null +++ b/build.properties @@ -0,0 +1,19 @@ +### Note: Please don't change these for your local setup. You may get a merge conflict when updating if ever this file gets changed by a dev. Instead, make a local.properties file for your own settings. Thanks! + +# General +# This handles if the database will be dropped or not. Turn this on if you want to drop the db and do a "ant drop_database" from the swg-main dir. +firstrun = false + +# SWG Server Settings +cluster_name = swg +# max_characters_per_account is the number of characters that a single account may have, across all clusters +max_characters_per_account = 10 +# max_characters_per_cluster is the number of characters that a single cluster may have +max_characters_per_cluster = 250 +# character_slots is the number of characters that a single account may have on one cluster +character_slots = 10 + +# Database Settings +db_username = swg +db_password = swg +db_service = swg diff --git a/build.xml b/build.xml index 583e31651..15c21c53e 100755 --- a/build.xml +++ b/build.xml @@ -6,8 +6,8 @@ - - + +