server/config: Leave domain empty by default
Co-Authored-By: Shyam Sunder <sgsunder1@gmail.com>
This commit is contained in:
parent
47760de37c
commit
184ace6f23
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
# shown in the website title and on the front page
|
# shown in the website title and on the front page
|
||||||
name: szurubooru
|
name: szurubooru
|
||||||
# full url to the homepage of this szurubooru site, with no trailing slash
|
# full url to the homepage of this szurubooru site, with no trailing slash
|
||||||
domain: http://example.com
|
domain: # example: http://example.com
|
||||||
# user agent name used to download files from the web on behalf of the api users
|
# user agent name used to download files from the web on behalf of the api users
|
||||||
user_agent:
|
user_agent:
|
||||||
# used to salt the users' password hashes
|
# used to salt the users' password hashes
|
||||||
|
|
Reference in a new issue