How to change the default settings table to something else ? Can this be turned off ? #609
-
| 
         I'm using clients database, thus it doesn't contain settings table. Can table name be modified ? and also is it possible to turn this off and fetch values from .env or /config ?  | 
  
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            lonnieezell
          
      
      
        Jan 26, 2023 
      
    
    Replies: 1 comment
-
| 
         Shield uses CodeIgniter/Settings under the hood. There's no way to turn that off, but you can change the table used. Copy this file into the   | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
      Answer selected by
        sohaib13k
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Shield uses CodeIgniter/Settings under the hood. There's no way to turn that off, but you can change the table used.
Copy this file into the
app/Configfolder and modify the settings as needed. You might need to modify the migration also.