This commit is contained in:
parent
3adcc12242
commit
1cde8d0d02
8
app.py
8
app.py
@ -4,7 +4,7 @@ from todo import todos
|
|||||||
from boards import board_list
|
from boards import board_list
|
||||||
from threads import threads_lists
|
from threads import threads_lists
|
||||||
from threads_with_posts import open_threads
|
from threads_with_posts import open_threads
|
||||||
from arango import ArangoClient
|
#from arango import ArangoClient
|
||||||
|
|
||||||
import socket
|
import socket
|
||||||
|
|
||||||
@ -24,10 +24,10 @@ js.build()
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
arango_client = ArangoClient(hosts='http://localhost:8529')
|
# arango_client = ArangoClient(hosts='http://localhost:8529')
|
||||||
db = arango_client.db('board1', username='root', password='rootpassword')
|
# db = arango_client.db('board1', username='root', password='rootpassword')
|
||||||
|
|
||||||
boards = db.collection('boards')
|
# boards = db.collection('boards')
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user