oitcode / Cbswei

CMS and other features. Created with laravel and livewire.
MIT License
11 stars 3 forks source link

Configuration variables need to moved from env file to config file #28

Closed oitcode closed 1 year ago

oitcode commented 1 year ago

Right now many configuration options are stored in variables in env file.

Instead they should be stored in the config files as suggested by Laravel.

oitcode commented 1 year ago

Not sure to do this. Because this will put those options in version control and will be available for public view.

oitcode commented 1 year ago

Deffering for now.