modified: SRC/config/mail.php
This commit is contained in:
parent
f9251c68f9
commit
b69f8c03b6
@ -451,3 +451,32 @@ git status
|
|||||||
git status
|
git status
|
||||||
git status
|
git status
|
||||||
git pull
|
git pull
|
||||||
|
ls
|
||||||
|
rm
|
||||||
|
rm --help
|
||||||
|
rm ./*
|
||||||
|
rmdir ./*
|
||||||
|
rm -rf *
|
||||||
|
ls
|
||||||
|
ls
|
||||||
|
cd ..
|
||||||
|
ls
|
||||||
|
ls
|
||||||
|
sudo chmod -R gu+w
|
||||||
|
chmod -R gu+w
|
||||||
|
chmod -R gu+w ./
|
||||||
|
php artisan migrate
|
||||||
|
ls
|
||||||
|
cd SRC
|
||||||
|
ls
|
||||||
|
php artisan migrate
|
||||||
|
cd ;;
|
||||||
|
CD ..
|
||||||
|
cd ..
|
||||||
|
ls
|
||||||
|
cd initbase
|
||||||
|
cd INITBASE
|
||||||
|
ls
|
||||||
|
python loader
|
||||||
|
python loader.py
|
||||||
|
python loader.py
|
||||||
|
@ -27,7 +27,7 @@ try :
|
|||||||
listeAuteur = {}
|
listeAuteur = {}
|
||||||
listeDatation = {}
|
listeDatation = {}
|
||||||
|
|
||||||
con = mdb.connect('127.0.0.1', 'root', '', 'moduleweb',charset='utf8')
|
con = mdb.connect('127.0.0.1', 'root', 'l3miashs2015', 'moduleweb',charset='utf8')
|
||||||
cur = con.cursor()
|
cur = con.cursor()
|
||||||
# Suppresion des données existantes dan la bd
|
# Suppresion des données existantes dan la bd
|
||||||
cur.execute("TRUNCATE table auteurs")
|
cur.execute("TRUNCATE table auteurs")
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
return [
|
return [
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
| Mail Driver
|
| Mail Driver
|
||||||
@ -14,9 +12,7 @@ return [
|
|||||||
| Supported: "smtp", "mail", "sendmail", "mailgun", "mandrill", "log"
|
| Supported: "smtp", "mail", "sendmail", "mailgun", "mandrill", "log"
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'driver' => 'smtp',
|
'driver' => 'smtp',
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
| SMTP Host Address
|
| SMTP Host Address
|
||||||
@ -27,9 +23,7 @@ return [
|
|||||||
| the Mailgun mail service which will provide reliable deliveries.
|
| the Mailgun mail service which will provide reliable deliveries.
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
'host' => 'smtp.gmail.com',
|
||||||
'host' => 'smtp.mailgun.org',
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
| SMTP Host Port
|
| SMTP Host Port
|
||||||
@ -40,9 +34,7 @@ return [
|
|||||||
| stay compatible with the Mailgun e-mail application by default.
|
| stay compatible with the Mailgun e-mail application by default.
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'port' => 587,
|
'port' => 587,
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
| Global "From" Address
|
| Global "From" Address
|
||||||
@ -53,9 +45,7 @@ return [
|
|||||||
| used globally for all e-mails that are sent by your application.
|
| used globally for all e-mails that are sent by your application.
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
'from' => ['address' => "modulewebl3miashs@gmail.com", 'name' => "moduleWeb"],
|
||||||
'from' => ['address' => null, 'name' => null],
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
| E-Mail Encryption Protocol
|
| E-Mail Encryption Protocol
|
||||||
@ -66,9 +56,7 @@ return [
|
|||||||
| transport layer security protocol should provide great security.
|
| transport layer security protocol should provide great security.
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'encryption' => 'tls',
|
'encryption' => 'tls',
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
| SMTP Server Username
|
| SMTP Server Username
|
||||||
@ -79,9 +67,7 @@ return [
|
|||||||
| connection. You may also set the "password" value below this one.
|
| connection. You may also set the "password" value below this one.
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
'username' => "modulewebl3miashs@gmail.com",
|
||||||
'username' => null,
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
| SMTP Server Password
|
| SMTP Server Password
|
||||||
@ -92,9 +78,7 @@ return [
|
|||||||
| connection so that the application will be able to send messages.
|
| connection so that the application will be able to send messages.
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
'password' => env('MAIL_PASSWD', ''),
|
||||||
'password' => null,
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
| Sendmail System Path
|
| Sendmail System Path
|
||||||
@ -105,9 +89,7 @@ return [
|
|||||||
| been provided here, which will work well on most of your systems.
|
| been provided here, which will work well on most of your systems.
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'sendmail' => '/usr/sbin/sendmail -bs',
|
'sendmail' => '/usr/sbin/sendmail -bs',
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
| Mail "Pretend"
|
| Mail "Pretend"
|
||||||
@ -118,7 +100,5 @@ return [
|
|||||||
| you may inspect the message. This is great for local development.
|
| you may inspect the message. This is great for local development.
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'pretend' => false,
|
'pretend' => false,
|
||||||
|
|
||||||
];
|
];
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 18 KiB |
Reference in New Issue
Block a user