Skip to content

Commit

Permalink
Enable use of secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
fwikestad committed Feb 9, 2024
1 parent 5d18fef commit 76a2e89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/start.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

export STORAGE_CONNECTION_STRING=$(cat /run/secrets/STORAGE_CONNECTION_STRING)

# we need to figure out the IP of the public interface here
IP=`ip addr show eth0 | grep "inet\b" | awk '{print $2}' | cut -d/ -f1`

Expand Down

0 comments on commit 76a2e89

Please sign in to comment.