The new ‘Project Settings’ page is implemented as of client release 4001!
Using the schema from [Release] Webadmin Settings Menu, for example to have a MySQL connection string add this to any resource asset’s fxmanifest.lua:
convar_category 'MySQL' {
nil,
{
{ "MySQL connection string", "mysql_connection_string", "CV_STRING", "" }
}
}