mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 23:37:33 -05:00 
			
		
		
		
	Demo company_key
This commit is contained in:
		
							parent
							
								
									c8e24a03bc
								
							
						
					
					
						commit
						334c7e6111
					
				@ -101,7 +101,7 @@ class DemoMode extends Command
 | 
				
			|||||||
            'account_id' => $account->id,
 | 
					            'account_id' => $account->id,
 | 
				
			||||||
            'slack_webhook_url' => config('ninja.notification.slack'),
 | 
					            'slack_webhook_url' => config('ninja.notification.slack'),
 | 
				
			||||||
            'enabled_modules' => 32767,
 | 
					            'enabled_modules' => 32767,
 | 
				
			||||||
            'company_key' => 'demo',
 | 
					            'company_key' => 'KEY',
 | 
				
			||||||
            'enable_shop_api' => true
 | 
					            'enable_shop_api' => true
 | 
				
			||||||
        ]);
 | 
					        ]);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -64,7 +64,7 @@ class SystemHealth
 | 
				
			|||||||
            'system_health' => $system_health,
 | 
					            'system_health' => $system_health,
 | 
				
			||||||
            'extensions' => self::extensions(),
 | 
					            'extensions' => self::extensions(),
 | 
				
			||||||
            'php_version' => [
 | 
					            'php_version' => [
 | 
				
			||||||
                'minimum_php_version' => self::$php_version,
 | 
					                'minimum_php_version' => (string)self::$php_version,
 | 
				
			||||||
                'current_php_version' => phpversion(),
 | 
					                'current_php_version' => phpversion(),
 | 
				
			||||||
                'is_okay' => version_compare(phpversion(), self::$php_version, '>='),
 | 
					                'is_okay' => version_compare(phpversion(), self::$php_version, '>='),
 | 
				
			||||||
            ],
 | 
					            ],
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user