Closed dbauszus-glx closed 2 weeks ago
Without PRIVATE or PUBLIC env the connection will be undefined and fail to look for the first array entry.
const connection = process.env.PRIVATE?.split('|') || process.env.PUBLIC?.split('|') const acl_table = connection[1]?.split('.').pop()
Without PRIVATE or PUBLIC env the connection will be undefined and fail to look for the first array entry.