Add Discourse set password integration
This commit is contained in:
@@ -10,3 +10,16 @@ AUTH_TOKEN = ''
|
||||
# Probably:
|
||||
# /var/www/wiki/maintenance
|
||||
WIKI_MAINTENANCE = ''
|
||||
|
||||
# The ID of the Docker container.
|
||||
# Find it with docker ps
|
||||
# Probably something like:
|
||||
# 9c81ac530cdd
|
||||
DISCOURSE_CONTAINER = ''
|
||||
|
||||
# API key created here:
|
||||
# https://forum.protospace.ca/admin/api/keys
|
||||
DISCOURSE_API_KEY = ''
|
||||
|
||||
# Username who created the API key
|
||||
DISCOURSE_API_USER = ''
|
||||
|
Reference in New Issue
Block a user