UNPKG

increments

Version:

Create polls and manage votes with a MongoDB or MySQL database.

11 lines (10 loc) 222 B
/** * Front-end Variables * Mode: Prodcution **/ export const environment = { production: true, socket: 'https://canadianelections.janglehost.com:3300', // socket: 'https://127.0.0.1:3300' secure_socket: true };