diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2017-06-13 21:51:56 -0400 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2017-06-13 21:51:56 -0400 |
| commit | 2e190b1af96b0836684339bfb4353a17cf28f0b9 (patch) | |
| tree | 920a31ea866f78d0e0f3bbfbe2a0d4f7e1f28d56 /config_sample.json | |
| parent | 665845a7e5050a57e6dee05a3055e2a973e1e108 (diff) | |
| download | lastfm-api-2e190b1af96b0836684339bfb4353a17cf28f0b9.tar.gz | |
Read db configuration from config.json
Diffstat (limited to 'config_sample.json')
| -rw-r--r-- | config_sample.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config_sample.json b/config_sample.json index 62b9d0b..9df1653 100644 --- a/config_sample.json +++ b/config_sample.json @@ -7,7 +7,7 @@ }, "HashKey": "", "BlockKey": "", - "Database": "postgres://thibaut@localhost/lastfm?sslmode=disable", + "Database": "dbname=lastfm sslmode=disable", "Lfm": { "ApiKey": "", "SharedSecret": "" |
