4 lines
1.2 KiB
JavaScript

export const production = {"DATABASE_URL":"file:./local.db","DIRECT_URL":"file:./local.db","NEXTAUTH_URL":"http://localhost:3001","NEXTAUTH_SECRET":"development-secret-key-for-testing-only-32-chars-minimum","AWS_ACCESS_KEY_ID":"5cee6a21cea282a9c89d5297964402e7","AWS_SECRET_ACCESS_KEY":"e649c50203bf3763ac209f6130d57fc296ff6d92fd6690c3a8333c9de19d6389","AWS_REGION":"auto","AWS_BUCKET_NAME":"united-tattoo","AWS_ENDPOINT_URL":"https://5cee6a21cea282a9c89d5297964402e7.r2.cloudflarestorage.com/united-tattoo","NODE_ENV":"development","CLOUDFLARE_ACCOUNT_ID":"5cee6a21cea282a9c89d5297964402e7"};
export const development = {"DATABASE_URL":"file:./local.db","DIRECT_URL":"file:./local.db","NEXTAUTH_URL":"http://localhost:3001","NEXTAUTH_SECRET":"development-secret-key-for-testing-only-32-chars-minimum","AWS_ACCESS_KEY_ID":"5cee6a21cea282a9c89d5297964402e7","AWS_SECRET_ACCESS_KEY":"e649c50203bf3763ac209f6130d57fc296ff6d92fd6690c3a8333c9de19d6389","AWS_REGION":"auto","AWS_BUCKET_NAME":"united-tattoo","AWS_ENDPOINT_URL":"https://5cee6a21cea282a9c89d5297964402e7.r2.cloudflarestorage.com/united-tattoo","NODE_ENV":"development","CLOUDFLARE_ACCOUNT_ID":"5cee6a21cea282a9c89d5297964402e7"};
export const test = {};