--- # Path to an SQLite database file, which will be automatically created. db: acid.db # Address to listen on. listen: :http # Externally visible base URL that Gitea, its users, and RPC can connect to. # The root/push endpoint accepts Gitea push notifications. root: http://acid # Arbitrary secret that Gitea and RPC will sign their requests with. secret: 0123456789abcde # Base URL of the Gitea instance. gitea: http://gitea # Gitea access token used for writing commit statuses back to repositories. token: 0123456789abcdefghijklmnopqrstuvwxyzABCD # Arbitrary sh script to notify about the results of finished tasks. notify: | xN irc://acid@/acid?skipjoin&usenotice < ~/acid-deploy/count # Project deployment script (runs locally in a temporary directory). deploy: | cat count # Time limit in time.ParseDuration format. # The default of one hour should suffice. timeout: 1h