diff options
| author | 8cy <[email protected]> | 2020-07-27 04:10:57 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-07-27 04:10:57 -0700 |
| commit | 9ab23583551c495d3a212ef24a47696a8da460d2 (patch) | |
| tree | ff8b1de500f3a17dad78d6d6fee381f45078723f /server/src/DevConfig.ts | |
| parent | fix: formatting in wc/gb json files (diff) | |
| download | dep-core-9ab23583551c495d3a212ef24a47696a8da460d2.tar.xz dep-core-9ab23583551c495d3a212ef24a47696a8da460d2.zip | |
big revamp n stuff
Diffstat (limited to 'server/src/DevConfig.ts')
| -rw-r--r-- | server/src/DevConfig.ts | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/server/src/DevConfig.ts b/server/src/DevConfig.ts index 407cfc7..3fa189b 100644 --- a/server/src/DevConfig.ts +++ b/server/src/DevConfig.ts @@ -1,3 +1,4 @@ +// DevConfig.ts export const token: string = "NzEyMDg4MzY5MjA2OTE5MjY5.XsMd-Q.zuhGdb-S-BSdE1Gqyynp-xDutsg"; export const prefix: string = "uwu$"; export const owners: string[] = ['217348698294714370']; @@ -15,4 +16,11 @@ export const validIDs: string[] = [ '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 +export const emmaServer: string = "663964105983393793"; +export const captchaSettings: object = { + background: '#7289Da', + color: false, + size: 6 +}; +export const verificationRole: string = "Member"; +export const verificationChannel: string = "verification";
\ No newline at end of file |