all repos — caroster @ 86e6a96df3e17500d2b41f081a7f089558cd424a

[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});