summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2019-09-12 17:07:46 +0200
committerYorhel <git@yorhel.nl>2019-09-12 17:54:50 +0200
commitadc906096f4644788b970e5ed936ca3e70bde2e8 (patch)
tree8d2aacf12b008820a5a331e648f915a67987cdfb /README.md
parent752bc1724968a1f15b17ba9e607f2163997b4efa (diff)
Add VNDB::Config module and unified conf.pl config file
This gets rid of global.pl, config.pl and config3.pl and uses the cleaner config3.pl format for the config file. The config is easily accessible from anywhere by importing the new VNDB::Config module; The global $VNDB::S,O,M,ROOT variables have been removed. Sorry for all the churn...
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 45a311f2..d7493909 100644
--- a/README.md
+++ b/README.md
@@ -107,8 +107,8 @@ util/multi.pl (application server, optional):
rm dump.sql
```
-- Update `data/config.pl` and optionally `config3.pl` with the proper
- credentials for *vndb_site* and *vndb_multi*.
+- Update `data/conf.pl` with the proper credentials for *vndb_site* and
+ *vndb_multi*.
- Now simply run:
```
@@ -132,7 +132,6 @@ code is easy to identify, the following files are only used by version 3:
- `css3/`
- `elm3/`
- `util/vndb3.pl`
-- `data/config3{,_example}.pl`
To run version 3 instead of 2: