Skip to content

Commit

Permalink
Add .amp.toml file to add real-time progressive integration developme…
Browse files Browse the repository at this point in the history
…nt based on Amphitheatre
  • Loading branch information
wangeguo committed Dec 19, 2023
1 parent 19cf844 commit e6d3215
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .amp.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name = "playground-api"
version = "0.0.1"
description = "Playground's backend, acting as a business agent between Playground and Amphitheatre Cloud"
documentation = "https://github.com/amphitheatre-app/playground-api"
repository = "https://github.com/amphitheatre-app/playground-api"
license = "Apache-2.0"
license-file = "LICENSE"
keywords = ["api", "agent", "playground", "rest", "backend", "proxy", "rust-lang", "webapp", "axum"]
categories = ["editor", "ide", "develop-tools"]

[build]
dockerfile = "Dockerfile"

[deploy.env]
AMP_PORT = "8080"
AMP_SERVER = "http://api.amphitheatre.app:31700"

0 comments on commit e6d3215

Please sign in to comment.