mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 18:51:03 +01:00
20 lines
340 B
YAML
20 lines
340 B
YAML
|
Host: 0.0.0.0
|
||
|
Port: 80
|
||
|
EnableCompression: true
|
||
|
AllowOrigin: "*"
|
||
|
|
||
|
# Your production's database connection configuration here...
|
||
|
|
||
|
####
|
||
|
|
||
|
# Iris configuration.
|
||
|
Iris:
|
||
|
LogLevel: info
|
||
|
EnableOptimizations: true
|
||
|
RemoteAddrHeaders:
|
||
|
- "X-Real-Ip"
|
||
|
- "X-Forwarded-For"
|
||
|
- "CF-Connecting-IP"
|
||
|
- "True-Client-Ip"
|
||
|
- "X-Appengine-Remote-Addr"
|