Commit d90453d3 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

lakefs uses postgresql, not mongodb

parent a2492c68
#!/bin/sh
SERVER=`/sbin/uci -q get mongodb.credentials.hostname`
DATABASE=`/sbin/uci -q get mongodb.credentials.database`
USER=`/sbin/uci -q get mongodb.credentials.username`
PASSWORD=`/sbin/uci -q get mongodb.credentials.password`
SERVER=`/sbin/uci -q get postgresql.credentials.hostname`
DATABASE=`/sbin/uci -q get postgresql.credentials.database`
USER=`/sbin/uci -q get postgresql.credentials.username`
PASSWORD=`/sbin/uci -q get postgresql.credentials.password`
AUTH_SECRET_KEY=`/sbin/uci -q get lakefs.auth.secretkey`
S3_URI=`/sbin/uci -q get s3.credentials.uri`
ACCESS_KEY=`/sbin/uci -q get s3.credentials.accesskey`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment