diff options
Diffstat (limited to 'server/src/LiveConfig.ts')
| -rw-r--r-- | server/src/LiveConfig.ts | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/server/src/LiveConfig.ts b/server/src/LiveConfig.ts new file mode 100644 index 0000000..107f357 --- /dev/null +++ b/server/src/LiveConfig.ts @@ -0,0 +1,18 @@ +export const token: string = "Njk5NDczMjYzOTk4MjcxNDg5.XpU5PQ.zDEhRT5HnfO0m4dyG-N86Dd1BVU"; +export const prefix: string = "uwu!"; +export const owners: string[] = ['217348698294714370']; +export const authorization: string = "rex-1337"; +export const clientID: string = "699473263998271489"; +export const clientSecret: string = "2e1kWuRhXJBYorWpG8FBKIcClrdO_oeh"; +export const redirectUri: string = "http://localhost:3000"; +export const callbackUrl: string = "http://localhost:8088/oauth/callback"; // 8080 +export const colour: string = "ecb1d1"; +export const validIDs: string[] = [ + '385964717480476684', // Me + '612779586065006641', // Emma + '385964717480476684', // Liz + '630042587914436648', // Van + '649676743195754550' // Soph +]; +export const mongoDBUri: string = "mongodb+srv://sin:[email protected]/aki-web?retryWrites=true&w=majority"; +export const emmaServer: string = "663964105983393793";
\ No newline at end of file |