diff options
| author | 8cy <[email protected]> | 2020-07-24 06:33:39 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-07-24 06:33:39 -0700 |
| commit | 35622cb6d6a7ab969d973aacf8c786707fb322be (patch) | |
| tree | 5b04d53aaf1798fdb70a48dd4e307a509f10e0c1 /server/src/DevConfig.ts | |
| parent | stage (diff) | |
| download | dep-core-35622cb6d6a7ab969d973aacf8c786707fb322be.tar.xz dep-core-35622cb6d6a7ab969d973aacf8c786707fb322be.zip | |
big stuffs here
Diffstat (limited to 'server/src/DevConfig.ts')
| -rw-r--r-- | server/src/DevConfig.ts | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/server/src/DevConfig.ts b/server/src/DevConfig.ts new file mode 100644 index 0000000..407cfc7 --- /dev/null +++ b/server/src/DevConfig.ts @@ -0,0 +1,18 @@ +export const token: string = "NzEyMDg4MzY5MjA2OTE5MjY5.XsMd-Q.zuhGdb-S-BSdE1Gqyynp-xDutsg"; +export const prefix: string = "uwu$"; +export const owners: string[] = ['217348698294714370']; +export const authorization: string = "rex-1337"; +export const clientID: string = "712088369206919269"; +export const clientSecret: string = "qpj1nsOo7HWVyNh6lY8Z8I8IvtV0bPiM"; +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 |