Skip to content
Snippets Groups Projects
Commit 0ef85986 authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

mv to libre.sh

parent 7eb5e563
No related branches found
No related tags found
No related merge requests found
...@@ -109,7 +109,7 @@ function application () { ...@@ -109,7 +109,7 @@ function application () {
export URL=${arg_u} export URL=${arg_u}
if [ -z ${MAIL_DOMAIN:-} ]; then if [ -z ${MAIL_DOMAIN:-} ]; then
warning "you have no email server setup, we'll print a random configuration in your application. Make sure to check the parameters for your app to send proper emails." warning "you have no email server setup, we'll print a random configuration in your application. Make sure to check the parameters for your app to send proper emails."
warning "To stop having this warning, please configure your LibrePaaS to be abble to create email accounts." warning "To stop having this warning, please configure your libre.sh to be abble to create email accounts."
warning "You can also contact support@indie.host to setup an email account for you" warning "You can also contact support@indie.host to setup an email account for you"
export MAIL_PASS="randompass" export MAIL_PASS="randompass"
export MAIL_USER="example@indie.host" export MAIL_USER="example@indie.host"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment