Skip to content
Snippets Groups Projects
Commit c5b10345 authored by Hamza Touizrat's avatar Hamza Touizrat
Browse files

Merge branch 'new_signup' into 'master'

New signup

See merge request !80
parents 9f776cff df97cf01
No related branches found
No related tags found
1 merge request!80New signup
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-waiting-email-verification',
templateUrl: './waiting-email-verification.component.html',
styleUrls: ['./waiting-email-verification.component.scss']
})
export class WaitingEmailVerificationComponent implements OnInit {
constructor() {
}
ngOnInit() {
}
}
// For use when you have a local backend server running
export const environment = {
production: false,
showcaseApiUrl: 'https://oser-site-vitrine.herokuapp.com/api/',
showcaseApiUrl: 'https://oser-cs.fr/api/',
apiUrl: 'http://localhost:8000/api/',
numArticles: 3,
donateUrl: "https://www.donnerenligne.fr/ouverture-sociale-pour-l-egalite-et-la-reussite/faire-un-don",
......
......@@ -2,7 +2,7 @@
export const environment = {
production: false,
showcaseApiUrl: 'https://oser-site-vitrine.herokuapp.com/api/',
apiUrl: 'https://oser-backend-dev.herokuapp.com/api/',
apiUrl: 'http://localhost:8000/api/',
numArticles: 3,
donateUrl: "https://www.donnerenligne.fr/ouverture-sociale-pour-l-egalite-et-la-reussite/faire-un-don",
currentCampaignUrl: "",
......
// Development environment (the default)
export const environment = {
production: false,
showcaseApiUrl: 'https://oser-site-vitrine.herokuapp.com/api/',
apiUrl: 'http://oser-backend:8000/api/',
numArticles: 3,
donateUrl: "https://www.donnerenligne.fr/ouverture-sociale-pour-l-egalite-et-la-reussite/faire-un-don",
currentCampaignUrl: "",
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment