Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 741 Bytes

environment.md

File metadata and controls

15 lines (11 loc) · 741 Bytes

Ark Environment Variables

The Ark is customizable with severall different environment variables. These are easily set with docker-compose

Variables

  • ARK_DATABASE Default: files/theark.sqlite - The location of the Ark DB

  • ARK_CONFIG Default: config.yml - The location of the Ark configuration file

  • ARK_USERNAME Default: admin - The username for the ark

  • ARK_PASSWORD Default: changeme - The password for the ark

  • ARK_COOKIE Default: super-secret - The api cookie value for the ark

  • FLASK_HOST Default: 0.0.0.0 - The interface for Flask to bind to

  • FLASK_PORT Default: 80 - The port for Flask to bind to

  • FLASK_DEBUG Default: false - Whether or not Flask should be in debug mode