mirror of
https://github.com/iv-org/documentation.git
synced 2025-06-07 14:32:42 -04:00
Set CHANGE_ME to CHANGE_ME!! in example compose (#631)
Invidious uses "CHANGE_ME!!" instead of "CHANGE_ME" to warn users that a config option must be changed
This commit is contained in:
parent
2938c1989c
commit
0b24dfde74
1 changed files with 2 additions and 2 deletions
|
@ -78,8 +78,8 @@ Make sure to run the newer Docker Compose V2: https://docs.docker.com/compose/in
|
||||||
port: 5432
|
port: 5432
|
||||||
check_tables: true
|
check_tables: true
|
||||||
signature_server: inv_sig_helper:12999
|
signature_server: inv_sig_helper:12999
|
||||||
visitor_data: CHANGE_ME
|
visitor_data: "CHANGE_ME!!"
|
||||||
po_token: CHANGE_ME
|
po_token: "CHANGE_ME!!"
|
||||||
# external_port:
|
# external_port:
|
||||||
# domain:
|
# domain:
|
||||||
# https_only: false
|
# https_only: false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue