Add go links and minor refactoring

This commit is contained in:
2022-04-05 10:47:15 -05:00
parent 22c2b9f665
commit 3142d0a4be
15 changed files with 238 additions and 65 deletions

View File

@@ -0,0 +1,8 @@
import {env, RedisOptions} from '@extollo/lib'
export default {
connection: {
port: env('REDIS_PORT', 6379),
host: env('REDIS_HOST', '127.0.0.1'),
} as RedisOptions
}