Bastien Sevajol (Algoo) 7 jaren geleden
bovenliggende
commit
3b11ba1f46
1 gewijzigde bestanden met toevoegingen van 6 en 1 verwijderingen
  1. 6 1
      README.md

+ 6 - 1
README.md Bestand weergeven

@@ -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