This repository has been archived on 2023-08-27. You can view files and clone it, but cannot push or open issues or pull requests.
tcpaste/include/const.h
Thorsten Schubert 64c89e9274
Some checks reported errors
continuous-integration/drone/push Build is passing
continuous-integration/drone Build encountered an error
Bug fixes
2021-11-08 18:39:10 +01:00

16 lines
363 B
C

#pragma once
#ifndef CONF_H
#define PUID_LENGTH 3
#define PASTE_MAX_SIZE_BYTES 67108864
#define PASTE_MIN_AGE_DAYS 1
#define PASTE_MAX_AGE_DAYS 365
#define FS_PATH "/tmp"
#define FS_XATTR_SUNSET "user.sp.sunset"
#define FS_XATTR_PUIN "user.sp.puin"
#define DOMAIN "example.org"
#define SCHEME "https://"
#endif
#define MAXEVENTS 64
#define MAX_FDS 512