use config for title and tagline

This commit is contained in:
2026-06-02 18:42:53 +03:00
parent 93ee829405
commit 5853c8b7a8
3 changed files with 6 additions and 2 deletions

View File

@@ -162,6 +162,7 @@ cache = Cache()
def create_app():
app = Flask(__name__)
app.config['SITE_NAME'] = 'Pyrom'
app.config['SITE_TAGLINE'] = 'anti-social media'
app.config['DISABLE_SIGNUP'] = False
app.config['MODS_CAN_INVITE'] = True
app.config['USERS_CAN_INVITE'] = False