Oh god
This commit is contained in:
parent
31da5743f4
commit
9744314333
@ -11,7 +11,7 @@ DotEnv.Load(DotEnvOptions(envFilePaths = [ "../../../../.dev.env" ], overwriteEx
|
||||
let getVar str = Environment.GetEnvironmentVariable(str)
|
||||
let getId str = getVar str |> uint64
|
||||
|
||||
let pgDb = (getVar "DATABASE_URL").Replace("postgresql://", "postgres://")
|
||||
let pgDb = (getVar "DATABASE_URL").Replace("postgresql://", "postgres://").Replace("?sslmode=require", "")
|
||||
|
||||
let guildId = getId "DISCORD_GUILD"
|
||||
let tokenPlayerInteractions = getVar "TOKEN_PLAYER_INTERACTIONS"
|
||||
|
Loading…
x
Reference in New Issue
Block a user