18 lines
320 B
Bash
18 lines
320 B
Bash
# Details for our bs user when testing things
|
|
export id=1
|
|
export secret=secret
|
|
export name=godrah
|
|
export joindate=123
|
|
export status=1
|
|
export permissions=69
|
|
|
|
export simple_key='{"secret":"secret"}'
|
|
|
|
export url='localhost:8888'
|
|
|
|
export GET='-X GET'
|
|
export POST='-X POST'
|
|
|
|
export arrows='>>>>>'
|
|
export line='============='
|