aboutsummaryrefslogtreecommitdiffstats
path: root/.env.example
Commit message (Collapse)AuthorAge
* Replace EXTERNAL_DOMAIN variable with APP_URLLibravatar thursday2021-11-23
|
* Removed APP_URL variable.Libravatar thursday2021-11-23
| | | To fix problems with missing APP_URL variable. APP_URL=http://${HOST}:${PORT} but HOST is no longer set as a Docker env variable. APP_URL being set with http as default is also causing problems for some users.
* Update .env.exampleLibravatar thursday2021-07-21
| | | Added PUID and PGID values to run as non-root
* Update .env.exampleLibravatar thursday2021-07-13
|
* Update .env.exampleLibravatar thursday2021-07-13
| | | changed data_dir to /data
* Changed default dbname to ferdi in .env.exampleLibravatar thursday2021-07-12
|
* Update .env.exampleLibravatar thursday2021-07-09
|
* Updated .env.example Libravatar thursday2021-07-09
| | | To match changes to database.js as per the discussion here: https://github.com/getferdi/server/pull/48#discussion_r667150127
* Fix all issues found on CR -> especially update README.md, remove creation ↵Libravatar Michal Kostewicz2021-02-09
| | | | of new config.txt, update ignore files.
* Add script which will use config.txt if existLibravatar Michal Kostewicz2021-02-07
|
* Made data path configurableLibravatar Cromefire_2021-01-26
|
* Merge branch 'master' into SSL-pg-mailLibravatar OMKAR AGRAWAL2020-10-09
|\
| * Update .env.example with SMTP settingsLibravatar xthursdayx2020-06-23
| |
* | Changes made as requestedLibravatar OMKAR AGRAWAL2020-07-25
| |
* | added env variable MAIL_SSLLibravatar OMKAR AGRAWAL2020-07-15
| |
* | Fixed issue with pg SSLLibravatar OMKAR AGRAWAL2020-07-15
|/
* Move mail sender address to env configLibravatar vantezzen2020-04-02
|
* #16 Implement Password resetLibravatar vantezzen2020-04-02
|
* Add "IS_DASHBOARD_ENABLED" optionLibravatar Bennett2020-03-10
|
* Add "IS_REGISTRATION_ENABLED" optionLibravatar Bennett2020-03-10
|
* Add CONNECT_WITH_FRANZ optionLibravatar vantezzen2019-09-03
|
* Improve recipe creationLibravatar vantezzen2019-08-26
|
* Initial commitLibravatar vantezzen2019-08-22