activitypub-single-php-file/.env.example

13 wiersze
608 B
Bash

# Type the @ username that you want. Do not include an '@'.
USERNAME="example"
# This is the user's 'real' name.
REALNAME="A single file ActivityPub Server"
# This is the bio of your user. HTML can be used
SUMMARY ="<a href='https://gitlab.com/edent/activitypub-single-php-file/'>Get the source code</a>!"
# Password for sending messages
PASSWORD=""
# Generate locally or from https://cryptotools.net/rsagen
# Newlines must be replaced with '\n'
KEY_PRIVATE="-----BEGIN RSA PRIVATE KEY-----\n...\n-----END RSA PRIVATE KEY-----"
KEY_PUBLIC="-----BEGIN PUBLIC KEY-----\n...\n-----END PUBLIC KEY-----"