Skip to content

Commit

Permalink
Add note in readme for settings.php
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlekiller committed Dec 1, 2015
1 parent a0f4114 commit 8e7270c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ From CLI, import the schema: `mysql -p ircpredb < schema_predb.sql`
This database is used to store and retrieve PRE info fetched from IRC and web sources.
You can periodically delete old rows (older than 24 hours) to save space in this database, you can write a simple bash script to do this, optimizing afterwards is recommended too.

Copy PHP/settings.example.php to PHP/settings.php

Edit PHP/settings.php

Expand Down Expand Up @@ -98,4 +99,4 @@ This assumes both databases are on the same MySQL server. This will not work oth

## License

GNU GPL v3 - since I based it on code from nZEDb.
GNU GPL v3 - since I based it on code from nZEDb.

0 comments on commit 8e7270c

Please sign in to comment.