SQLite database configuration file should contain a single line of text, and it must be the full path to the SQLite database file used, for example (if you keep it in Golf's application directory):
Note that you can use tilde (~) as the first character of the path to signify user's home directory, so in the above example it could be "~/.golf/apps/<app name>/app/<db name>.db".