Skip to content

Instantly share code, notes, and snippets.

@Dadinel
Created July 19, 2019 16:26
Show Gist options
  • Save Dadinel/b199ce7eac70b5d57e8f9bd66e5bf97f to your computer and use it in GitHub Desktop.
Save Dadinel/b199ce7eac70b5d57e8f9bd66e5bf97f to your computer and use it in GitHub Desktop.
Exemplo REST - Configuração do INI
[GENERAL]
MAXSTRINGSIZE=10
[HTTPV11]
Enable=1
Sockets=HTTPREST
[HTTPREST]
Port=8080
URIs=HTTPURI
SECURITY=1
[HTTPURI]
URL=/rest
PrepareIn=All
Instances=1,2
[ONSTART]
jobs=HTTPJOB
RefreshRate=30
[HTTPJOB]
MAIN=HTTP_START
ENVIRONMENT=environment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment