6 lines
269 B
Plaintext
6 lines
269 B
Plaintext
|
DATABASE_URL="drainpipe.db"
|
||
|
FRONTPAGE_CONSUMER_URL="http://${cloudflared}/api/receive_hook"
|
||
|
FRONTPAGE_CONSUMER_SECRET=`openssl ecparam --name secp256k1 --genkey --noout --outform DER | tail --bytes=+8 | head --bytes=32 | xxd --plain --cols 32`
|
||
|
|
||
|
#RELAY_URL=wss://syu.is
|