Generalize pubkeys and change address used by Pixelfed
This commit is contained in:
parent
e6e176c54b
commit
af32ce3d45
6 changed files with 7 additions and 7 deletions
|
@ -7,10 +7,10 @@
|
|||
settings = {
|
||||
APP_NAME = ''"Jimbo's Pixelfed"'';
|
||||
INSTANCE_DESCRIPTION = ''"The Jimbosfiles Pixelfed Instance"'';
|
||||
INSTANCE_CONTACT_EMAIL = "jimbo@${config.domains.jim1}";
|
||||
INSTANCE_CONTACT_EMAIL = "jimbo@${config.domains.jim2}";
|
||||
OPEN_REGISTRATION = true;
|
||||
APP_LOCALE = "en";
|
||||
INSTANCE_DISCOVER_PUBLIC = false;
|
||||
INSTANCE_DISCOVER_PUBLIC = true;
|
||||
STORIES_ENABLED = true;
|
||||
|
||||
# Mail config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue