Skip to content
Snippets Groups Projects
Commit 7603e47f authored by Antonin COQUET's avatar Antonin COQUET Committed by Hugo SUBTIL
Browse files

fix: remove mandatory field on structure + update local email sending conf

parent 76717426
No related branches found
No related tags found
2 merge requests!96release V1.10.0,!73Dev
...@@ -4,9 +4,9 @@ export const config = { ...@@ -4,9 +4,9 @@ export const config = {
host: 'localhost', host: 'localhost',
protocol: 'http', protocol: 'http',
port: '4200', port: '4200',
from: 'inclusionnumerique@grandlyon.com', from: 'noreplyinclusionnumerique@grandlyon.com',
from_name: 'Réseau des acteurs de la médiation numérique', from_name: 'Réseau des acteurs de la médiation numérique',
replyTo: 'inclusionnumerique@grandlyon.com', replyTo: 'noreplyinclusionnumerique@grandlyon.com',
templates: { templates: {
directory: './src/mailer/mail-templates', directory: './src/mailer/mail-templates',
verify: { verify: {
......
...@@ -46,7 +46,6 @@ export class structureDto { ...@@ -46,7 +46,6 @@ export class structureDto {
@ArrayNotEmpty() @ArrayNotEmpty()
publics: string[]; publics: string[];
@IsNotEmpty()
freeWorkShop: boolean; freeWorkShop: boolean;
@IsNotEmpty() @IsNotEmpty()
nbComputers: number; nbComputers: number;
......
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