diff options
author | Chocobozzz <me@florianbigard.com> | 2022-03-08 11:44:03 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-03-08 11:44:03 +0100 |
commit | fc10ecf167bd07f32426441e74b49370d5ff919b (patch) | |
tree | e70ad5174d4f92b3ac8857dd74afcda4a0ba344d /support/doc | |
parent | cc45cc9ac1d0afbe4844c34b13dd4a65dd523be1 (diff) | |
download | PeerTube-fc10ecf167bd07f32426441e74b49370d5ff919b.tar.gz PeerTube-fc10ecf167bd07f32426441e74b49370d5ff919b.tar.zst PeerTube-fc10ecf167bd07f32426441e74b49370d5ff919b.zip |
Add info about admin username in doc
Diffstat (limited to 'support/doc')
-rw-r--r-- | support/doc/production.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/doc/production.md b/support/doc/production.md index 48ecf1517..3c75b6cab 100644 --- a/support/doc/production.md +++ b/support/doc/production.md | |||
@@ -260,7 +260,7 @@ $ tail -f /var/log/peertube/peertube.log | |||
260 | 260 | ||
261 | ### :technologist: Administrator | 261 | ### :technologist: Administrator |
262 | 262 | ||
263 | The administrator password is automatically generated and can be found in the PeerTube | 263 | The administrator username is `root` and the password is automatically generated. It can be found in PeerTube |
264 | logs (path defined in `production.yaml`). You can also set another password with: | 264 | logs (path defined in `production.yaml`). You can also set another password with: |
265 | 265 | ||
266 | ```bash | 266 | ```bash |