๐Ÿ“ฆ jxtrt / logr

๐Ÿ“„ .env.example ยท 6 lines
1
2
3
4
5
6APP_APIKEY = "s0m3_key"
AUTH_SECRET = "s0me_s3cret"

DATABASE_TYPE = "mongodb"
OUTPUT = "file"
MONGODB_CONNECTION_STRING = "mongodb://[username:password@]host:port/[db]"