Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
ansible
/
software-configuration
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit b721d00c
authored
Nov 22, 2017
by
ansible
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
delete "update publish url sql" file
1 parent
b53bdada
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
23 deletions
4_Update.WDCHAT.SysConfig.sql
4_Update.WDCHAT.SysConfig.sql
deleted
100644 → 0
View file @
b53bdad
-- domain
update
wd_sys_config
set
sys_value
=
'https://tipsocial.dhipaya.co.th'
where
sys_group
=
'system'
and
sys_key
=
'publish_url'
;
-- mqtt security
--update wd_sys_config
--set sys_value = 'mobilechat'
--where sys_group ='system' and sys_key = 'mqtt_username';
--update wd_sys_config
--set sys_value = 'BBKhGv6mUCuMRFWy'
--where sys_group ='system' and sys_key = 'mqtt_password';
-- password icm
--update wd_admin_user
--set password = 'tBte5MHFtEm+X2sk0vWRkA=='
--where username='wdchatsupport';
--update wd_admin_user
--set password = 'vP9+lL7ByjRBGATW6zVJvw=='
--where username='admin';
\ No newline at end of file
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment