You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "The username for the postgres superuser",
34
+
"env_variable": "PGUSER",
35
+
"default_value": "pterodactyl",
36
+
"user_viewable": true,
37
+
"user_editable": false,
38
+
"rules": "required|string|max:20",
39
+
"field_type": "text"
40
+
},
41
+
{
42
+
"name": "Superuser Password",
43
+
"description": "The postgres super user password with a strong default.\r\nYou should be generating new ones for each server.\r\nIf you don't then users can hit other users DB's",
"description": "The username for the postgres superuser",
34
+
"env_variable": "PGUSER",
35
+
"default_value": "pterodactyl",
36
+
"user_viewable": true,
37
+
"user_editable": false,
38
+
"rules": "required|string|max:20",
39
+
"field_type": "text"
40
+
},
41
+
{
42
+
"name": "Superuser Password",
43
+
"description": "The postgres super user password with a strong default.\r\nYou should be generating new ones for each server.\r\nIf you don't then users can hit other users DB's",
"description": "The username for the postgres superuser",
34
+
"env_variable": "PGUSER",
35
+
"default_value": "pterodactyl",
36
+
"user_viewable": true,
37
+
"user_editable": false,
38
+
"rules": "required|string|max:20",
39
+
"field_type": "text"
40
+
},
41
+
{
42
+
"name": "Superuser Password",
43
+
"description": "The postgres super user password with a strong default.\r\nYou should be generating new ones for each server.\r\nIf you don't then users can hit other users DB's",
0 commit comments