diff options
author | David Walter Seikel | 2016-11-08 22:17:09 +1000 |
---|---|---|
committer | David Walter Seikel | 2016-11-08 22:17:09 +1000 |
commit | 3c279d6c3b66a7f5ad49e16180b69ffa94513dc5 (patch) | |
tree | 796f28d91cbc7339d8c5202c429bad07b4e27cd7 /config/config.ini | |
parent | New README and TODO I forgot to commit before. (diff) | |
download | opensim-SC-3c279d6c3b66a7f5ad49e16180b69ffa94513dc5.zip opensim-SC-3c279d6c3b66a7f5ad49e16180b69ffa94513dc5.tar.gz opensim-SC-3c279d6c3b66a7f5ad49e16180b69ffa94513dc5.tar.bz2 opensim-SC-3c279d6c3b66a7f5ad49e16180b69ffa94513dc5.tar.xz |
Installation script.
Diffstat (limited to 'config/config.ini')
-rw-r--r-- | config/config.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.ini b/config/config.ini index f60c7af..31ce07f 100644 --- a/config/config.ini +++ b/config/config.ini | |||
@@ -37,5 +37,5 @@ | |||
37 | 37 | ||
38 | 38 | ||
39 | DataProvider = "OpenSim.Data.MySQL.dll" | 39 | DataProvider = "OpenSim.Data.MySQL.dll" |
40 | ConnectionString = "Data Source=localhost;Database=$MYSQL_DB;User ID=$MYSQL_USER;Password=$MYSQL_PASSWORD;Old Guids=true;" | 40 | ConnectionString = "Data Source=MYSQL_HOST;Database=MYSQL_DB;User ID=MYSQL_USER;Password=MYSQL_PASSWORD;Old Guids=true;" |
41 | 41 | ||