Skip to content

Commit e707a56

Browse files
committed
add missing export
1 parent 9e8e11d commit e707a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.sh.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export DOMAIN="my.hackupc.com"
1717
# Read the README to know how to get them
1818
export GOOGLE_WALLET_ISSUER_ID="XXXXXXXXXXXXXXXXXXX"
1919
export GOOGLE_WALLET_CLASS_SUFFIX="XXXXXXXXXXXXXXXXX"
20-
GOOGLE_WALLET_PASS_SUFFIX="" # use ="test" for testing
20+
export GOOGLE_WALLET_PASS_SUFFIX="" # use ="test" for testing
2121
export GOOGLE_WALLET_APPLICATION_CREDENTIALS="/path/to/credentials.json" # remember to allow read perms
2222

2323

0 commit comments

Comments
 (0)