all repos — caroster @ cfcafce4f35315e85abe3f0daa41d7c74c131858

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