We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4326fbd commit fd805efCopy full SHA for fd805ef
1 file changed
services/pyrodactyl.js
@@ -1,4 +1,6 @@
1
-import { PTERO_URL, PTERO_API_KEY, SERVER_LIMITS, FEATURE_LIMITS, DEPLOY_LOCATIONS } from '../config/pyrodactyl.js';
+import { PTERO_URL, PTERO_API_KEY, SERVER_LIMITS, FEATURE_LIMITS, DEPLOY_LOCATIONS, PANEL_DB_NAME } from '../config/pyrodactyl.js';
2
+
3
+export { PANEL_DB_NAME };
4
5
const FETCH_TIMEOUT = 15000;
6
const CACHE_TTL = 5 * 60 * 1000;
0 commit comments