You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
371 B
9 lines
371 B
export const environment = {
|
|
appUrl: 'http://localhost:4200',
|
|
strapiUrl: 'http://127.0.0.1:1337',
|
|
strapiApiUrl: 'http://127.0.0.1:1337/api',
|
|
nextAuthSecret: "yBNW1wrb9CgOvEfbX6EQCvCDqiMkRBZP",
|
|
meiliApiKey: "0e9a9d027b9e6b2d98c9670e5030a8d1aa72cab911fd768d4ad02636ae673690",
|
|
meiliMasterKey: "f2e963e883cbacf6d4f63e792dc276491b8a866fb837f3fda37b8b78889a6851"
|
|
}
|