diff options
| author | 8cy <[email protected]> | 2020-07-24 04:29:37 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-07-24 04:29:37 -0700 |
| commit | 60a2442559d5bbd43d9a02a9dcbfe2bb34820724 (patch) | |
| tree | d6208984e638e3a15baff3c981e45b362569f08b /server/src | |
| parent | chore: remove spike dir (diff) | |
| download | dep-core-60a2442559d5bbd43d9a02a9dcbfe2bb34820724.tar.xz dep-core-60a2442559d5bbd43d9a02a9dcbfe2bb34820724.zip | |
stage
Diffstat (limited to 'server/src')
| -rw-r--r-- | server/src/Config.ts | 14 | ||||
| -rw-r--r-- | server/src/LiveConfig.ts | 18 |
2 files changed, 28 insertions, 4 deletions
diff --git a/server/src/Config.ts b/server/src/Config.ts index 8be44ed..407cfc7 100644 --- a/server/src/Config.ts +++ b/server/src/Config.ts @@ -1,12 +1,18 @@ -export const token: string = "NzEyMDg4MzY5MjA2OTE5MjY5.XxZ9gQ.Qf-wdR-rRG4-4ImmOf7No3XdkP0"; +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"; -// This is all devifier's information, change this in production. 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[] = []; -export const mongoDBUri: string = "mongodb://sin:[email protected]:47107/heroku_4qrjvmb9";
\ No newline at end of file +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 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 |