mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-17 06:52:27 +01:00
update changelog
This commit is contained in:
parent
004e74e13e
commit
a4721b9656
@ -1,5 +1,8 @@
|
||||
# Changelog Fab Manager
|
||||
|
||||
## Next Release
|
||||
- Extracts first admin created email and password into environment variables
|
||||
|
||||
## v2.5.1 2017 March 28
|
||||
- hide spaces in admin's credit management if spaces are disabled
|
||||
- Fix a bug : Can not display training tracking (this bug was introduced in version 2.5.0)
|
||||
|
@ -27,6 +27,9 @@ SMTP_PASSWORD:
|
||||
GA_ID: ''
|
||||
##
|
||||
|
||||
ADMIN_EMAIL: 'admin@fab-manager.com'
|
||||
ADMIN_PASSWORD: 'adminadmin'
|
||||
|
||||
DISQUS_SHORTNAME:
|
||||
|
||||
TWITTER_NAME: 'FablabGrenoble'
|
||||
@ -63,6 +66,3 @@ ALLOWED_MIME_TYPES: application/pdf application/postscript application/illustrat
|
||||
|
||||
# 10485760 = 10 megabytes
|
||||
MAX_IMAGE_SIZE: '10485760'
|
||||
|
||||
ADMIN_EMAIL: ''
|
||||
ADMIN_PASSWORD: ''
|
||||
|
@ -22,6 +22,9 @@ SMTP_PORT=587
|
||||
SMTP_USER_NAME=
|
||||
SMTP_PASSWORD=
|
||||
|
||||
ADMIN_EMAIL=
|
||||
ADMIN_PASSWORD=
|
||||
|
||||
GA_ID=
|
||||
|
||||
DISQUS_SHORTNAME=
|
||||
|
Loading…
x
Reference in New Issue
Block a user