Skip to content

Commit db453cb

Browse files
committed
tidy comments
1 parent fa399a5 commit db453cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

stubs/default.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
# One of [trace, debug, info, warn, error]
21
[log]
2+
# One of [trace, debug, info, warn, error]
33
level="info"
44

55
[sync]
66
enabled=true
77
check_interval_mins=5
88

99
[database]
10-
file='modulate.db'
10+
file="modulate.db"
1111

1212
[web]
1313
host="0.0.0.0"
1414
port=4000
1515
public_url="http://127.0.0.1:4000"
1616
jwt_secret="something_random"
1717

18+
[spotify]
1819
# Spotify API credentials (https://developers.spotify.com/dashboard)
1920
# Be sure to set the redirect URI in your developer app to "{WEB_PUBLIC_URL}/callback" (e.g. "http://127.0.0.1:4000/callback")
20-
[spotify]
2121
client_id=""
2222
client_secret=""
2323

24-
# Sentry DSN (leave blank to disable)
2524
[sentry]
25+
# Sentry DSN (leave blank to disable)
2626
dsn=""

0 commit comments

Comments
 (0)