Is there a list of all of the config/site.php variables you can use?

Permalink
I just saw this thread (http://www.concrete5.org/community/forums/customizing_c5/user_passw... ) about setting the maximum/minimum characters for user passwords... and realized that I didn't even know you could control that... which led me to wondering what ELSE you can control with site.php configuration parameters.

In searching through the forums, I've found this link that lists quite a few: http://www.weblicating.com/c5/site-php/...

And I know that with v5.5.x you can use some of the White Labeling parameters to control the behaviour and appearance of the Dashboard, etc: http://www.concrete5.org/documentation/how-tos/developers/white-lab...

Is there anything else that can be controlled through defining site.php file parameters? Or are there any other lists out there already?

Thanks,
- John

arrestingdevelopment
 
12345j replied on at Permalink Reply
12345j
you can check in root/concrete/config/base.php, almost all of the useful ones are defined there. Just copy them to root/config/site.php and then change em.
TheRealSean replied on at Permalink Reply
TheRealSean
no where I know of online(that first link is very good though), but there are long list of those constants in the /root/concrete/config/ folder, some which can be defined others that are just set.

base.php, base_pre.php, localization.php

Regards
Sean
Mnkras replied on at Permalink Reply
Mnkras
and app.php
arrestingdevelopment replied on at Permalink Reply
arrestingdevelopment
Cool! Thanks, guys! I'll start inspecting those files to see what other settings/variables can be configured.

Appreciate the pointers! Didn't know where to begin looking in the code.

- John
PixelFields replied on at Permalink Reply
PixelFields
In v5.7 and up, you can find these in root/concrete/config/concrete.php but I believe the format needs to be changed slightly to override in your own application/config/concrete.php file. I found this very helpful (then adapted for the Sitemap pagination limit setting):

https://documentation.concrete5.org/tutorials/how-change-marketplace...