all repos — caroster @ 77a18fe2f9f1d973da32283784d93134a89a867a

[Octree] Group carpool to your event https://caroster.io

backend/config/admin.ts (view raw)

1export default ({ env }) => ({
2  auth: {
3    secret: env('ADMIN_JWT_SECRET'),
4  },
5  apiToken: {
6    salt: env('API_TOKEN_SALT'),
7  },
8});