This repository has been archived on 2026-01-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
calendar-demo/server/src/utils.js
2022-07-15 23:12:37 +02:00

6 lines
77 B
JavaScript

const APP_SECRET = 'GraphQL-is-aw3some';
module.exports = {
APP_SECRET
};