Documenting config.ini?

by gilgongo, Wednesday, March 27, 2013, 16:33 (4139 days ago)

I'm looking at installing Selfoss, but am a bit wary of doing so without understanding what the items in config.ini are.

Are they documented somewhere? All I can see now on the subject is "Insert database access data in config.ini"

This is what I understand so far - can anyone else fill in the blanks or otherwise clarify?

db_type

Can be "sqlite" or "mysql"

db_file

If using db_type "sqlite", the path to the database

db_host

If using db_type "mysql", the host name of the MySQL database (usually localhost). Ignored if using db_type "sqlite".

db_database

If using db_type "mysql", the name of the database to use (the schema will be created automatically). Ignored if using db_type "sqlite".

db_username

If using db_type "mysql", the user of the database. Ignored if using db_type "sqlite".

db_password

If using db_type "mysql", the pasword to the database. Ignored if using db_type "sqlite".

db_port=3306

If using db_type "mysql", the port the database is running on (usually 3306). Ignored if using db_type "sqlite".

logger_level

Defaults to "ERROR", values are ?, ? and ?. Errors will be sent to ?

items_perpage

The number of news items displayed on a single page before paginating.

items_lifetime

The number of days(?) a news story will be displayed in the feed before being deleted automatically(?)

base_url

??

username

If password-protecting the UI, the username (?)

password

If password-protecting the UI, the password (?), in plain text

salt

If password-protecting the UI, a random string with with to salt the password

public

??

rss_title=News Feed

The title of the feed given in the UI (?)

rss_max_items

The maximum number of items the UI will display

rss_mark_as_read

Enable "mark as read" function in the UI (0 or 1)

readability_key

??

Documenting config.ini?

by gilgongo, Wednesday, March 27, 2013, 22:11 (4139 days ago) @ gilgongo

Never mind. I scrolled down the home page to find it.

Wow. For some reason, I was just expecting it to be in that installation section, and when I saw the upgrade section, I assumed that was the end.

RSS Feed of thread
powered by my little forum