projects
/
tc-ipn-generator.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
initial commit
[tc-ipn-generator.git]
/
etc
/
ipn.conf.sh.example
1
#!/usr/bin/env bash
2
3
USER=
4
PASS=''
5
6
vault_url=https://example.com/query/
7
civicrm_url=https://example.com/sites/all/modules/civicrm/extern/tcIPN.php
8
9
datafile=$HOME/dat/tcipn.$(date '+%Y%m%d').csv
10
logfile=$HOME/log/tcipn.$(date '+%Y%m%d').log