tempmc/secrets.lua

7 lines
115 B
Lua
Raw Normal View History

2024-04-11 06:57:20 +02:00
local secrets = {
2024-04-11 07:03:04 +02:00
access_key = "<your access key here>",
2024-04-11 06:57:20 +02:00
secret_key = "<your secret key here>"
}
return secrets