Skip to content
This repository was archived by the owner on Sep 5, 2025. It is now read-only.

Commit ccae016

Browse files
author
Paul Korzhyk
committed
Enable Enterprise features in travis
1 parent caac099 commit ccae016

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/functions.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ function quit {
2626

2727
function start {
2828
echo -e "Starting Dgraph alpha."
29-
dgraph alpha -p data/p -w data/w --lru_mb 4096 --zero localhost:5080 > data/server.log 2>&1 &
29+
head -c 1024 /dev/random > data/acl-secret.txt
30+
dgraph alpha -p data/p -w data/w --lru_mb 4096 --zero localhost:5080 --acl_secret_file data/acl-secret.txt > data/server.log 2>&1 &
3031
# Wait for membership sync to happen.
3132
sleep $sleepTime
3233
return 0

0 commit comments

Comments
 (0)