mirror of https://gitee.com/bigwinds/arangodb
changed endpoint to 0.0.0.0
This commit is contained in:
parent
bc1cf800d0
commit
81175da1c8
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue