mirror of
https://github.com/cgzirim/seek-tune.git
synced 2025-12-17 08:54:19 +00:00
Correct env variable names
This commit is contained in:
parent
59406fc317
commit
cf46d74fff
1 changed files with 3 additions and 3 deletions
|
|
@ -2,10 +2,10 @@
|
|||
|
||||
start_server() {
|
||||
cd /home/ubuntu/song-recognition
|
||||
|
||||
|
||||
export SERVE_HTTPS="true"
|
||||
export CERT_KEY_PATH="/etc/letsencrypt/live/localport.online/fullchain.pem"
|
||||
export CERT_FILE_PATH="/etc/letsencrypt/live/localport.online/privkey.pem"
|
||||
export CERT_KEY="/etc/letsencrypt/live/localport.online/fullchain.pem"
|
||||
export CERT_FILE="/etc/letsencrypt/live/localport.online/privkey.pem"
|
||||
|
||||
go build -tags netgo -ldflags '-s -w' -o app
|
||||
sudo setcap CAP_NET_BIND_SERVICE+ep app
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue