1
0
Fork 0

changed endpoint to 0.0.0.0

This commit is contained in:
a-brandt 2012-11-30 12:46:41 +01:00
parent bc1cf800d0
commit 81175da1c8
1 changed files with 23 additions and 1 deletions

View File

@ -1,10 +1,32 @@
# AragoDB configuration file
#
# Documentation:
# http://www.arangodb.org/manuals/current/CommandLine.html
#
[database]
directory= @DATABASEDIR@
# maximal-journal-size=33554432
# remove-on-drop=true
[server]
endpoint = tcp://localhost:8529
# Specify the endpoint for HTTP requests by clients.
# tcp://ipv4-address:port
# tcp://[ipv6-address]:port
# ssl://ipv4-address:port
# ssl://[ipv6-address]:port
# unix:///path/to/socket
#
# Examples:
# endpoint = tcp://0.0.0.0:8529
# endpoint = tcp://127.0.0.1:8529
# endpoint = tcp://localhost:8529
# endpoint = tcp://myserver.arangodb.org:8529
# endpoint = tcp://[::]:8529
# endpoint = tcp://[fe80::21a:5df1:aede:98cf]:8529
#
endpoint = tcp://0.0.0.0:8529
disable-admin-interface = no
disable-authentication = yes
admin-directory= @PKGDATADIR@/html/admin