Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
D
domotikad
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
domotika
domotikad
Commits
2479dbd1
Commit
2479dbd1
authored
8 years ago
by
Franco (nextime) Lanza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Messenger yeee
parent
1da3cb6c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
a04_messenger.sql
Databases/createdb/a04_messenger.sql
+1
-0
domotikad.conf
conf/defaults/domotikad.conf
+3
-0
No files found.
Databases/createdb/a04_messenger.sql
0 → 100644
View file @
2479dbd1
ALTER
TABLE
`users`
ADD
`messenger_PSID`
VARCHAR
(
32
)
NULL
DEFAULT
NULL
,
ADD
UNIQUE
(
`messenger_PSID`
)
;
This diff is collapsed.
Click to expand it.
conf/defaults/domotikad.conf
View file @
2479dbd1
...
...
@@ -153,4 +153,7 @@ ip: auto
app_secret
:
verify_token
:
page_token
:
auth_host
:
https
://[
YOURHOST
]/
botauth
/
messenger
/
auth_img
:
https
://[
YOURHOST
]/
img
/
logo_login
.
png
auth_title
:
Nexlab
'
s
domotika
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment