2
0

feat(env): updated environment variables

This commit is contained in:
2018-05-23 18:00:07 +02:00
parent 146bc873c0
commit 6807c81f3d
2 changed files with 20 additions and 6 deletions

View File

@@ -1,3 +1,17 @@
export const environment = {
production: true
production: true,
guilloche: {
colors: {
start: '#f16363',
end: '#5eb1bd'
}
},
formDefaults: {
width: 9,
height: 16,
directionStart: 0,
directionEnd: 180,
nodes: 3,
scale: 0.3
}
};