Move privacy link, add categories.json to tools

This commit is contained in:
LoveEevee
2020-12-22 20:05:56 +03:00
parent 6d72a0a78c
commit 6918648ed6
4 changed files with 156 additions and 5 deletions

View File

@@ -1,11 +1,11 @@
# The full URL base asset URL, with trailing slash.
ASSETS_BASEURL = ''
ASSETS_BASEURL = '/assets/'
# The full URL base song URL, with trailing slash.
SONGS_BASEURL = ''
SONGS_BASEURL = '/songs/'
# The email address to display in the "About Simulator" menu.
EMAIL = 'taiko@example.com'
EMAIL = None
# Whether to use the user account system.
ACCOUNTS = True