mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-08 18:41:08 -06:00
updates to models and tags
This commit is contained in:
parent
32629a378d
commit
f91ba5b304
16 changed files with 290 additions and 70 deletions
|
|
@ -5,10 +5,9 @@ set -eux
|
|||
SERVER_URL="http://localhost:8080"
|
||||
REDIRECT_URI="${SERVER_URL}"
|
||||
CLIENT_NAME="Test Application Name"
|
||||
|
||||
REGISTRATION_REASON="Testing whether or not this dang diggity thing works!"
|
||||
REGISTRATION_EMAIL="test@example.org"
|
||||
REGISTRATION_USERNAME="test_user"
|
||||
REGISTRATION_USERNAME="${1}"
|
||||
REGISTRATION_EMAIL="${2}"
|
||||
REGISTRATION_PASSWORD="very safe password 123"
|
||||
REGISTRATION_AGREEMENT="true"
|
||||
REGISTRATION_LOCALE="en"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue