diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-04-07 17:10:54 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-04-07 17:10:54 -0400 |
commit | 60861760fc3bdc1cdea407e8ee21eb8c54e77b8f (patch) | |
tree | 2bd269851136ae88494e09c10b774ae3c58aa690 /classes/statusnet.ini | |
parent | 95bb1c6a99766d065ffcde9523de05d8a1162c3d (diff) |
Host multiple sites with the same codebase
This is the beginning of the code for status.net and related status
farms. It will read basic information about a site from a shared,
central database and use the data stored there to switch on the
hostname.
Diffstat (limited to 'classes/statusnet.ini')
-rwxr-xr-x | classes/statusnet.ini | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/classes/statusnet.ini b/classes/statusnet.ini new file mode 100755 index 000000000..a70cd4122 --- /dev/null +++ b/classes/statusnet.ini @@ -0,0 +1,17 @@ + +[status_network] +nickname = 130 +hostname = 2 +pathname = 2 +sitename = 2 +dbhost = 2 +dbuser = 2 +dbpass = 2 +dbname = 2 +created = 142 +modified = 384 + +[status_network__keys] +nickname = K +hostname = U +pathname = U |