fkg-api-proxy/source/config.d.example

12 lines
307 B
Plaintext
Raw Permalink Normal View History

2017-08-12 23:54:18 +02:00
module config;
2017-08-13 00:23:37 +02:00
//you should be able to find these fairly easily
2017-08-12 23:54:18 +02:00
enum keyString = "encryption key";
enum cipherName = "cipher name";
enum serverHost = "API server hostname";
enum serverPort = 80;
2017-08-13 00:23:37 +02:00
//edit this if you want to run the proxy as a normal user and use a reverse proxy
enum proxyPortNumber = 80;