We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8480442 commit a6eb653Copy full SHA for a6eb653
build.properties.dist
@@ -24,11 +24,11 @@ password=
24
email=
25
26
;
27
-; initial user role. After the first login. Users are asigned to this role by default.
28
-; possible roles: [ user | recruiter ]
+; role of the initial user.
+; possible roles: [ user | recruiter |admin ]
29
30
31
-role=recruiter
+role=admin
32
33
34
; external appKey. You can add jobs and users by using a simple API. This
@@ -42,7 +42,7 @@ external.app.prefix=myapp
42
43
; Email (module/Core/config/core.mails.global.php.dist).
44
45
-mail.from.email=demo@yawik.org
+mail.from.email=name@example.com
46
mail.from.name=YAWIK
47
48
; subject of the initial email, if somebody logs into via a social network
0 commit comments