command
module
Version:
v0.0.0-...-14a7a1c
Opens a new window with list of versions in this module.
Published: May 22, 2020
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Arma AAR API
Simple API that returns missions and events recorded by the AAR Server
Requirements
Code is written in Go and uses Go modules for dependency management
How To Use
Use go build to download all dependencies and compile the sources.
Start the API with the AAR-Go binary.
Server will be available at $PORT.
Environment Variables
Environment variables can be specified in .env file and will be autoloaded
| Key |
Required |
Description |
| DATABASE_URL |
Yes |
Postgres URL to your AAR Database |
| MAX_DATABASE_CONNECTIONS` |
No |
2 by default |
| PORT |
No |
Port that HTTP Server is bound to. 8080 by default |
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
internal
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.