mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-01-15 23:04:31 -05:00
Added dsrc build.properties
This commit is contained in:
19
build.properties
Executable file
19
build.properties
Executable file
@@ -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
|
||||
@@ -6,8 +6,8 @@
|
||||
<hostinfo/>
|
||||
|
||||
<!-- Property File -->
|
||||
<property file="local.properties" />
|
||||
<property file="build.properties" />
|
||||
<property file="dsrc/local.properties" />
|
||||
<property file="dsrc/build.properties" />
|
||||
|
||||
<!-- Global Properties -->
|
||||
<property name="build" location="${basedir}/build"/>
|
||||
|
||||
Reference in New Issue
Block a user