diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-04-07 09:16:40 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-04-07 09:16:40 +0200 |
commit | 41aa84ccb762a8a74fe3abd966548189e2072039 (patch) | |
tree | a20d53f72930f07b006f1aab959a3b11af4d5b98 /README.md | |
parent | af5e743b01f20f24d0c25e786d57f557b21f3a24 (diff) | |
download | PeerTube-41aa84ccb762a8a74fe3abd966548189e2072039.tar.gz PeerTube-41aa84ccb762a8a74fe3abd966548189e2072039.tar.zst PeerTube-41aa84ccb762a8a74fe3abd966548189e2072039.zip |
Put in evidence dev admin username/password
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -182,7 +182,8 @@ In this mode, the server will run requests between pods more quickly, the videos | |||
182 | 182 | ||
183 | $ npm run dev | 183 | $ npm run dev |
184 | 184 | ||
185 | The administrator password is displayed in the command output and can be found in the logs. | 185 | **Username**: *root* <br/> |
186 | **Password**: *test* | ||
186 | 187 | ||
187 | ### Test with 3 fresh nodes | 188 | ### Test with 3 fresh nodes |
188 | 189 | ||