diff options
author | rubenwardy <rw@rubenwardy.com> | 2020-01-19 15:51:47 +0000 |
---|---|---|
committer | rubenwardy <rw@rubenwardy.com> | 2020-01-19 18:15:18 +0000 |
commit | fd6ba459f928d110d796cd464b16f47f97dc0f53 (patch) | |
tree | aa803f6a08e83dcc64acb3cd59406ad769fca55d /utils/gitlabci/config.env | |
parent | d503908a652fdbd1453f59d5a106b4da8c46055b (diff) | |
download | cheatdb-fd6ba459f928d110d796cd464b16f47f97dc0f53.tar.xz |
Add Gitlab CI support
Diffstat (limited to 'utils/gitlabci/config.env')
-rw-r--r-- | utils/gitlabci/config.env | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/gitlabci/config.env b/utils/gitlabci/config.env new file mode 100644 index 0000000..925271c --- /dev/null +++ b/utils/gitlabci/config.env @@ -0,0 +1,4 @@ +POSTGRES_USER=contentdb +POSTGRES_PASSWORD=password +POSTGRES_DB=contentdb +FLASK_DEBUG=1 |