Bastien Sevajol (Algoo) 7 年 前
コミット
3b11ba1f46
共有1 個のファイルを変更した6 個の追加1 個の削除を含む
  1. 6 1
      README.md

+ 6 - 1
README.md ファイルの表示

@@ -396,7 +396,12 @@ Which should result in something like this:
396 396
     13:53:50,862 INFO  [gearbox] Starting server in PID 11174.
397 397
     Starting HTTP server on http://0.0.0.0:8080
398 398
     
399
-You can now enter the application at [http://localhost:8080](http://localhost:8080) and login with admin created user. If admin user not created yet, execute following command:
399
+You can now enter the application at [http://localhost:8080](http://localhost:8080) and login with admin user. 
400
+
401
+ * user : admin@admin.admin
402
+ * password : admin@admin.admin
403
+
404
+If admin user not created yet, execute following command:
400 405
 
401 406
     gearbox user create -l admin@admin.admin -p admin@admin.admin -g managers -g administrators
402 407