mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-08 17:08:04 -04:00
Make theme configurable from config module (#409)
Add symlink to bower_components in Docker dev environment (#616) Move header_debug content back into header view
This commit is contained in:
@@ -78,7 +78,8 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES
|
||||
('smtp_port', '465'),
|
||||
('smtp_timeout', '5'),
|
||||
('smtp_crypto', 'ssl'),
|
||||
('receipt_template', 'receipt_default');
|
||||
('receipt_template', 'receipt_default'),
|
||||
('theme', 'flatly');
|
||||
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user